/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_advertiser_shim.h | 46 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, RawAddress address) override;
|
D | gatt_ble_advertiser_shim.cc | 66 void BleAdvertiserIntf::OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, RawAddress ad… in OnOwnAddressRead() function in bluetooth::topshim::rust::BleAdvertiserIntf
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_advertising_manager.cc | 311 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, in OnOwnAddressRead() function in BleAdvertiserInterfaceImpl 319 do_in_jni_thread(base::BindOnce(&AdvertisingCallbacks::OnOwnAddressRead, in OnOwnAddressRead()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_advertiser.h | 74 virtual void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type,
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_advertising_manager.h | 101 virtual void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, Address address) = 0;
|
D | le_advertising_manager.cc | 794 advertising_callbacks_->OnOwnAddressRead( in get_own_address()
|
D | le_advertising_manager_test.cc | 250 …MOCK_METHOD3(OnOwnAddressRead, void(uint8_t advertiser_id, uint8_t address_type, Address address));
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | advertising_client.py | 226 def OnOwnAddressRead(self, advertiser_id, address_type, address): member in FlossAdvertisingClient.ExportedAdvertisingCallbacks
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_advertising_manager_facade.cc | 486 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, Address address) { in OnOwnAddressRead() function in bluetooth::hci::facade::LeAdvertisingManagerFacadeService
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1067 OnOwnAddressRead(u8, u8, RawAddress), enumerator 1101 gdadv_on_own_address_read -> GattAdvCallbacks::OnOwnAddressRead, u8, u8,
|
/packages/modules/Bluetooth/system/gd/security/ |
D | facade.cc | 311 void OnOwnAddressRead(uint8_t /* advertiser_id */, uint8_t /* address_type */, Address address) { in OnOwnAddressRead() function in bluetooth::security::SecurityModuleFacadeService
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine_test.cc | 116 MOCK_METHOD((void), OnOwnAddressRead,
|
D | broadcaster.cc | 1113 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, in OnOwnAddressRead() function in __anon719d1fdc0111::LeAudioBroadcasterImpl::BroadcastAdvertisingCallbacks
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_adv.rs | 1197 #[btif_callback(OnOwnAddressRead)]
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 973 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, in OnOwnAddressRead() function in android::JniAdvertisingCallbacks
|