Home
last modified time | relevance | path

Searched defs:GetOwnAddress (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h41 AddressWithType GetOwnAddress() const { return own_address_; } in GetOwnAddress() function
Dacl_connection_handler.cc221 AddressWithType AclConnectionHandler::GetOwnAddress(uint16_t handle) const { in GetOwnAddress() function in rootcanal::AclConnectionHandler
/packages/modules/Bluetooth/system/btif/src/
Dbtif_ble_advertiser.cc127 void GetOwnAddress(uint8_t advertiser_id, GetAddressCallback cb) override { in GetOwnAddress() function in __anon3529fce10111::BleAdvertiserInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc109 void BleAdvertiserIntf::GetOwnAddress(uint8_t adv_id) { in GetOwnAddress() function in bluetooth::topshim::rust::BleAdvertiserIntf
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc88 void GetOwnAddress(uint8_t advertiser_id, GetAddressCallback cb) override { in GetOwnAddress() function in BleAdvertiserInterfaceImpl
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_advertising_manager_facade.proto17 rpc GetOwnAddress(GetOwnAddressRequest) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc114 RawAddress GetOwnAddress() override { in GetOwnAddress() function in __anonf9669fac0111::BroadcastStateMachineImpl
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc354 ::grpc::Status GetOwnAddress( in GetOwnAddress() function in bluetooth::hci::facade::LeAdvertisingManagerFacadeService
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto35 rpc GetOwnAddress(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc1747 void LeAdvertisingManager::GetOwnAddress(uint8_t advertiser_id) { in GetOwnAddress() function in bluetooth::hci::LeAdvertisingManager
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_multi_adv.cc178 void GetOwnAddress(uint8_t inst_id, GetAddressCallback cb) override { in GetOwnAddress() function in __anon9c4eeb570111::BleAdvertisingManagerImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs345 fn GetOwnAddress(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in GetOwnAddress() function