Home
last modified time | relevance | path

Searched refs:GetByAddress (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.h275 std::shared_ptr<LeAudioDevice> GetByAddress(const RawAddress& address) const;
Ddevices_test.cc180 devices_->GetByAddress(test_address_1); in TEST_F()
191 devices_->GetByAddress(GetTestAddress(1)); in TEST_F()
216 devices_->GetByAddress(test_address_0); in TEST_F()
229 devices_->GetByAddress(test_address_0); in TEST_F()
Ddevices.cc1256 std::shared_ptr<LeAudioDevice> LeAudioDevices::GetByAddress( in GetByAddress() function in bluetooth::le_audio::LeAudioDevices
Dclient.cc697 new_group->AddNode(leAudioDevices_.GetByAddress(address)); in group_add_node()
742 group->RemoveNode(leAudioDevices_.GetByAddress(address)); in group_remove_node()