Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc82 adv_id, base::Bind(&BleAdvertiserIntf::OnGetAddressCallback, base::Unretained(this), adv_id)); in GetOwnAddress()
197 void BleAdvertiserIntf::OnGetAddressCallback(uint8_t adv_id, uint8_t addr_type, RawAddress addr) { in OnGetAddressCallback() function in bluetooth::topshim::rust::BleAdvertiserIntf
Dgatt_ble_advertiser_shim.h84 void OnGetAddressCallback(uint8_t adv_id, uint8_t addr_type, RawAddress address);