Home
last modified time | relevance | path

Searched refs:lmp_event_ids (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/lmp_event/aidl/default/src/
Dlmp_event.rs46 lmp_event_ids: &[LmpEventId]
53 let lmp_event = lmp_event_ids.to_vec();
/hardware/interfaces/bluetooth/lmp_event/aidl/vts/
DVtsHalLmpEventTargetTest.cpp152 std::vector<LmpEventId> lmp_event_ids{LmpEventId::CONNECT_IND, LmpEventId::LL_PHY_UPDATE_IND}; in TEST_P() local
154 ibt_lmp_event_->registerForLmpEvents(ibt_lmp_event_cb_, address_type, address, lmp_event_ids); in TEST_P()