Home
last modified time | relevance | path

Searched refs:inq_ent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc449 for (tBTM_INQ_INFO* inq_ent = get_btm_client_interface().db.BTM_InqDbFirst(); in BTA_DmCheckLeAudioCapable() local
450 inq_ent != nullptr; in BTA_DmCheckLeAudioCapable()
451 inq_ent = get_btm_client_interface().db.BTM_InqDbNext(inq_ent)) { in BTA_DmCheckLeAudioCapable()
452 if (inq_ent->results.remote_bd_addr != address) continue; in BTA_DmCheckLeAudioCapable()
454 if (inq_ent->results.ble_ad_is_le_audio_capable) { in BTA_DmCheckLeAudioCapable()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc1450 for (tBTM_INQ_INFO* inq_ent = in CheckForGroupInInqDb() local
1452 inq_ent != nullptr; in CheckForGroupInInqDb()
1453 inq_ent = get_btm_client_interface().db.BTM_InqDbNext(inq_ent)) { in CheckForGroupInInqDb()
1454 RawAddress rsi = inq_ent->results.ble_ad_rsi; in CheckForGroupInInqDb()
1457 RawAddress address = inq_ent->results.remote_bd_addr; in CheckForGroupInInqDb()