Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c1179 if (p_ent->in_use && p_ent->inq_count == cur_inq_count) in BTM_InqFirstResult()
1212 if (p_ent->in_use && p_ent->inq_count == cur_inq_count) in BTM_InqNextResult()
1719 && p_db->inq_count == p_inq->inq_counter) in btm_inq_find_bdaddr()
1725 p_db->inq_count = p_inq->inq_counter; in btm_inq_find_bdaddr()
2209 else if (p_i->inq_count == p_inq->inq_counter in btm_process_inq_results()
2236 if (p_i->inq_count != p_inq->inq_counter) in btm_process_inq_results()
2241 if (p_i->inq_count != p_inq->inq_counter) in btm_process_inq_results()
2249 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_process_inq_results()
Dbtm_ble_int.h88 … UINT32 inq_count; /* Used for determining if a response has already been */ member
Dbtm_ble_gap.c1572 if (p_i->inq_count != p_inq->inq_counter) in btm_ble_update_inq_result()
1580 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_ble_update_inq_result()
1769 else if (p_i->inq_count != p_inq->inq_counter) /* first time seen in this inquiry */ in btm_ble_process_adv_pkt_cont()
Dbtm_int.h249 … UINT32 inq_count; /* Used for determining if a response has already been */ member
260 … UINT32 inq_count; /* "timestamps" the entry with a particular inquiry count */ member