Searched refs:inq_ent (Results 1 – 2 of 2) sorted by relevance
449 for (tBTM_INQ_INFO* inq_ent = get_btm_client_interface().db.BTM_InqDbFirst(); in BTA_DmCheckLeAudioCapable() local450 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()
1450 for (tBTM_INQ_INFO* inq_ent = in CheckForGroupInInqDb() local1452 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()