Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h47 AddressWithType GetOwnAddress() const { return own_address_; } in GetOwnAddress() function
Dacl_connection_handler.cc232 AddressWithType AclConnectionHandler::GetOwnAddress(uint16_t handle) const { in GetOwnAddress() function in rootcanal::AclConnectionHandler
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc84 void BleAdvertiserIntf::GetOwnAddress(uint8_t adv_id) { in GetOwnAddress() function in bluetooth::topshim::rust::BleAdvertiserIntf
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_advertising_manager_facade.proto17 rpc GetOwnAddress(GetOwnAddressRequest) returns (google.protobuf.Empty) {} rpc
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc93 void GetOwnAddress(uint8_t advertiser_id, in GetOwnAddress() function in BleAdvertiserInterfaceImpl
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc122 RawAddress GetOwnAddress() override { return addr_; } in GetOwnAddress() function in __anon1ad8bfbd0111::BroadcastStateMachineImpl
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc356 ::grpc::Status GetOwnAddress(::grpc::ServerContext* /* context */, in GetOwnAddress() function in bluetooth::hci::facade::LeAdvertisingManagerFacadeService
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto35 rpc GetOwnAddress(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc1906 void LeAdvertisingManager::GetOwnAddress(uint8_t advertiser_id) { in GetOwnAddress() function in bluetooth::hci::LeAdvertisingManager
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs317 fn GetOwnAddress(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in GetOwnAddress() function
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h15772 Address GetOwnAddress() const {ASSERT(was_validated_);auto to_bound = begin();auto own_address_it =… in CreateOptional() function