Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h48 AddressWithType GetOwnAddress() const { return own_address_; } in GetOwnAddress() function
Dacl_connection_handler.cc244 AddressWithType AclConnectionHandler::GetOwnAddress(uint16_t handle) const { in GetOwnAddress() function in rootcanal::AclConnectionHandler
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc80 void BleAdvertiserIntf::GetOwnAddress(uint8_t adv_id) { in GetOwnAddress() function in bluetooth::topshim::rust::BleAdvertiserIntf
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_advertising_manager_facade.proto17 rpc GetOwnAddress(GetOwnAddressRequest) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc90 void GetOwnAddress(uint8_t advertiser_id, GetAddressCallback cb) override { in GetOwnAddress() function in BleAdvertiserInterfaceImpl
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc365 ::grpc::Status GetOwnAddress( in GetOwnAddress() function in bluetooth::hci::facade::LeAdvertisingManagerFacadeService
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc120 RawAddress GetOwnAddress() override { return addr_; } in GetOwnAddress() function in __anon196e025b0111::BroadcastStateMachineImpl
/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.cc1981 void LeAdvertisingManager::GetOwnAddress(uint8_t advertiser_id) { in GetOwnAddress() function in bluetooth::hci::LeAdvertisingManager
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs325 fn GetOwnAddress(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in GetOwnAddress() function