Home
last modified time | relevance | path

Searched refs:BTA_DmCheckLeAudioCapable (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc57 struct BTA_DmCheckLeAudioCapable BTA_DmCheckLeAudioCapable; variable
95 bool BTA_DmCheckLeAudioCapable::return_value = false;
192 bool BTA_DmCheckLeAudioCapable(const RawAddress& address) { in BTA_DmCheckLeAudioCapable() function
194 return test::mock::bta_dm_api::BTA_DmCheckLeAudioCapable(address); in BTA_DmCheckLeAudioCapable()
Dmock_bta_dm_api.h289 struct BTA_DmCheckLeAudioCapable { struct
295 extern struct BTA_DmCheckLeAudioCapable BTA_DmCheckLeAudioCapable; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc448 bool BTA_DmCheckLeAudioCapable(const RawAddress& address) { in BTA_DmCheckLeAudioCapable() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h878 bool BTA_DmCheckLeAudioCapable(const RawAddress& address);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc756 if (!check_cod_le_audio(bd_addr) && !BTA_DmCheckLeAudioCapable(bd_addr)) { in is_device_le_audio_capable()
801 BTA_DmCheckLeAudioCapable(bd_addr)) { in is_le_audio_capable_during_service_discovery()