Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c1483 && p_db->inq_count == p_inq->inq_counter) { in btm_inq_find_bdaddr()
1489 p_db->inq_count = p_inq->inq_counter; in btm_inq_find_bdaddr()
1914 else if (p_i->inq_count == p_inq->inq_counter in btm_process_inq_results()
1942 if (p_i->inq_count != p_inq->inq_counter) { in btm_process_inq_results()
1948 if (p_i->inq_count != p_inq->inq_counter) { in btm_process_inq_results()
1955 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_process_inq_results()
Dbtm_ble_gap.c3378 if (p_i->inq_count != p_inq->inq_counter) { in btm_ble_update_inq_result()
3392 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_ble_update_inq_result()
3769 } else if (p_i->inq_count != p_inq->inq_counter) { /* first time seen in this inquiry */ in btm_ble_process_adv_pkt_cont()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h283 UINT32 inq_count; /* Used for determining if a response has already been */ member
292 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