Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c1482 && p_db->inq_count == p_inq->inq_counter) { in btm_inq_find_bdaddr()
1488 p_db->inq_count = p_inq->inq_counter; in btm_inq_find_bdaddr()
1913 else if (p_i->inq_count == p_inq->inq_counter in btm_process_inq_results()
1941 if (p_i->inq_count != p_inq->inq_counter) { in btm_process_inq_results()
1947 if (p_i->inq_count != p_inq->inq_counter) { in btm_process_inq_results()
1954 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_process_inq_results()
Dbtm_ble_gap.c3326 if (p_i->inq_count != p_inq->inq_counter) { in btm_ble_update_inq_result()
3336 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_ble_update_inq_result()
3671 } else if (p_i->inq_count != p_inq->inq_counter) { /* first time seen in this inquiry */ in btm_ble_process_adv_pkt_cont()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h271 UINT32 inq_count; /* Used for determining if a response has already been */ member
280 UINT32 inq_count; /* "timestamps" the entry with a particular inquiry count */ member
Dbtm_ble_int.h125 … UINT32 inq_count; /* Used for determining if a response has already been */ member