Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_dm.h156 bool is_device_le_audio_capable(const RawAddress bd_addr);
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_dm.cc52 bool is_device_le_audio_capable(const RawAddress /* bd_addr */) { in is_device_le_audio_capable() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc749 bool is_device_le_audio_capable(const RawAddress bd_addr) { in is_device_le_audio_capable() function
823 if (transport == BT_TRANSPORT_AUTO && is_device_le_audio_capable(bd_addr)) { in btif_dm_cb_create_bond()
2419 is_device_le_audio_capable(bd_addr)) { in btif_dm_acl_evt()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc566 : is_device_le_audio_capable(bd_addr); in gatt_le_connect_cback()