Home
last modified time | relevance | path

Searched refs:btif_storage_leaudio_update_ase_bin (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc55 struct btif_storage_leaudio_update_ase_bin btif_storage_leaudio_update_ase_bin; variable
197 void btif_storage_leaudio_update_ase_bin(const RawAddress& addr) { in btif_storage_leaudio_update_ase_bin() function
199 test::mock::btif_profile_storage::btif_storage_leaudio_update_ase_bin(addr); in btif_storage_leaudio_update_ase_bin()
Dmock_btif_profile_storage.h232 struct btif_storage_leaudio_update_ase_bin { struct
237 extern struct btif_storage_leaudio_update_ase_bin argument
238 btif_storage_leaudio_update_ase_bin;
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h108 void btif_storage_leaudio_update_ase_bin(const RawAddress& addr);
Dbtif_storage.h296 void btif_storage_leaudio_update_ase_bin(const RawAddress& addr);
/packages/modules/Bluetooth/system/bta/test/common/
Dbtif_storage_mock.cc45 void btif_storage_leaudio_update_ase_bin(const RawAddress& addr) { in btif_storage_leaudio_update_ase_bin() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc722 void btif_storage_leaudio_update_ase_bin(const RawAddress& addr) { in btif_storage_leaudio_update_ase_bin() function
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc5312 btif_storage_leaudio_update_ase_bin(leAudioDevice->address_); in OnGattReadRspStatic()