Home
last modified time | relevance | path

Searched refs:GetAnotherAddress (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/hci/facade/
Dle_initiator_address_facade.proto11 …rpc GetAnotherAddress(google.protobuf.Empty) returns (bluetooth.facade.BluetoothAddressWithType) {} rpc
Dle_initiator_address_facade.cc86 ::grpc::Status GetAnotherAddress( in GetAnotherAddress() function in bluetooth::hci::facade::LeInitiatorAddressFacadeService
90 AddressWithType another = address_manager_->GetAnotherAddress(); in GetAnotherAddress()
/system/bt/gd/hci/
Dle_address_manager.h75 virtual AddressWithType GetAnotherAddress(); // A new random address without rotating.
Dle_advertising_manager.cc254 advertising_sets_[id].current_address = le_address_manager_->GetAnotherAddress(); in create_advertiser()
298 AddressWithType address_with_type = le_address_manager_->GetAnotherAddress(); in create_extended_advertiser()
410 AddressWithType address_with_type = le_address_manager_->GetAnotherAddress(); in set_advertising_set_random_address()
Dle_address_manager.cc187 AddressWithType LeAddressManager::GetAnotherAddress() { in GetAnotherAddress() function in bluetooth::hci::LeAddressManager
Dle_advertising_manager_test.cc248 AddressWithType GetAnotherAddress() override { in GetAnotherAddress() function in bluetooth::hci::__anona3ab50390111::TestLeAddressManager