Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/lmp_event/aidl/vts/
DVtsHalLmpEventTargetTest.cpp69 ibt_lmp_event_->unregisterLmpEvents(address_type, address); in TearDown()
81 … ::ndk::ScopedAStatus onEventGenerated(const Timestamp& timestamp, AddressType address_type, in onEventGenerated() argument
92 if (address_type == AddressType::PUBLIC) { in onEventGenerated()
94 } else if (address_type == AddressType::RANDOM) { in onEventGenerated()
139 AddressType address_type; member in BluetoothLmpEventTest
151 address_type = AddressType::RANDOM; in TEST_P()
154 ibt_lmp_event_->registerForLmpEvents(ibt_lmp_event_cb_, address_type, address, lmp_event_ids); in TEST_P()
162 ibt_lmp_event_->unregisterLmpEvents(address_type, address); in TEST_P()
/hardware/interfaces/bluetooth/lmp_event/aidl/default/src/
Dlmp_event.rs44 address_type: AddressType, in registerForLmpEvents()
51 let addr_type = address_type;