Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/lmp_event/aidl/vts/
DVtsHalLmpEventTargetTest.cpp63 ibt_lmp_event_cb_ = ndk::SharedRefBase::make<BluetoothLmpEventCallback>(*this); in SetUp()
64 ASSERT_NE(ibt_lmp_event_cb_, nullptr); in SetUp()
71 ibt_lmp_event_cb_ = nullptr; in TearDown()
137 std::shared_ptr<IBluetoothLmpEventCallback> ibt_lmp_event_cb_; member in BluetoothLmpEventTest
154 ibt_lmp_event_->registerForLmpEvents(ibt_lmp_event_cb_, address_type, address, lmp_event_ids); in TEST_P()