Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_leaudio.cc56 bool LeAudioClient::GetHandlesForStorage(const RawAddress& /* addr */, in GetHandlesForStorage() function in LeAudioClient
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_linux.cc65 bool LeAudioClient::GetHandlesForStorage(const RawAddress& addr, in GetHandlesForStorage() function in LeAudioClient
Dclient.cc1584 bool GetHandlesForStorage(const RawAddress& addr, std::vector<uint8_t>& out) { in GetHandlesForStorage() function in __anonf21162180111::LeAudioClientImpl
6270 bool LeAudioClient::GetHandlesForStorage(const RawAddress& addr, in GetHandlesForStorage() function in LeAudioClient
6277 return instance->GetHandlesForStorage(addr, out); in GetHandlesForStorage()
Dle_audio_client_test.cc3735 LeAudioClient::GetHandlesForStorage(test_address0, handles); in TEST_F()
4013 LeAudioClient::GetHandlesForStorage(test_address0, handles); in TEST_F()
4166 LeAudioClient::GetHandlesForStorage(test_address0, handles); in TEST_F()
4305 LeAudioClient::GetHandlesForStorage(test_address0, handles); in TEST_F()
/packages/modules/Bluetooth/system/bta/include/
Dbta_le_audio_api.h94 static bool GetHandlesForStorage(const RawAddress& addr,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc684 if (LeAudioClient::GetHandlesForStorage(addr, handles)) { in btif_storage_leaudio_update_handles_bin()