Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.c1516 && p_db->inq_count == p_inq->inq_counter) in btm_inq_find_bdaddr()
1522 p_db->inq_count = p_inq->inq_counter; in btm_inq_find_bdaddr()
1971 else if (p_i->inq_count == p_inq->inq_counter in btm_process_inq_results()
1998 if (p_i->inq_count != p_inq->inq_counter) in btm_process_inq_results()
2003 if (p_i->inq_count != p_inq->inq_counter) in btm_process_inq_results()
2011 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_process_inq_results()
Dbtm_int.h209 … UINT32 inq_count; /* Used for determining if a response has already been */ member
219 … UINT32 inq_count; /* "timestamps" the entry with a particular inquiry count */ member
Dbtm_ble_int.h118 … UINT32 inq_count; /* Used for determining if a response has already been */ member
Dbtm_ble_gap.c2578 if (p_i->inq_count != p_inq->inq_counter) in btm_ble_update_inq_result()
2586 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_ble_update_inq_result()
2830 else if (p_i->inq_count != p_inq->inq_counter) /* first time seen in this inquiry */ in btm_ble_process_adv_pkt_cont()