Searched defs:GetOwnAddress (Results 1 – 10 of 10) sorted by relevance
48 AddressWithType GetOwnAddress() const { return own_address_; } in GetOwnAddress() function
244 AddressWithType AclConnectionHandler::GetOwnAddress(uint16_t handle) const { in GetOwnAddress() function in rootcanal::AclConnectionHandler
80 void BleAdvertiserIntf::GetOwnAddress(uint8_t adv_id) { in GetOwnAddress() function in bluetooth::topshim::rust::BleAdvertiserIntf
17 rpc GetOwnAddress(GetOwnAddressRequest) returns (google.protobuf.Empty) {} rpc
90 void GetOwnAddress(uint8_t advertiser_id, GetAddressCallback cb) override { in GetOwnAddress() function in BleAdvertiserInterfaceImpl
365 ::grpc::Status GetOwnAddress( in GetOwnAddress() function in bluetooth::hci::facade::LeAdvertisingManagerFacadeService
120 RawAddress GetOwnAddress() override { return addr_; } in GetOwnAddress() function in __anon196e025b0111::BroadcastStateMachineImpl
35 rpc GetOwnAddress(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
1981 void LeAdvertisingManager::GetOwnAddress(uint8_t advertiser_id) { in GetOwnAddress() function in bluetooth::hci::LeAdvertisingManager
325 fn GetOwnAddress(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in GetOwnAddress() function