Home
last modified time | relevance | path

Searched refs:num_resp (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_inq.cc1042 uint8_t num_resp, xx; in btm_process_inq_results() local
1066 STREAM_TO_UINT8(num_resp, p); in btm_process_inq_results()
1069 if (num_resp > 1) { in btm_process_inq_results()
1071 num_resp); in btm_process_inq_results()
1079 num_resp, hci_evt_len); in btm_process_inq_results()
1088 num_resp, hci_evt_len); in btm_process_inq_results()
1093 for (xx = 0; xx < num_resp; xx++) { in btm_process_inq_results()
1226 uint8_t xx, yy, num_resp; in btm_sort_inq_result() local
1232 num_resp = (btm_cb.btm_inq_vars.inq_cmpl_info.num_resp < BTM_INQ_DB_SIZE) in btm_sort_inq_result()
1237 for (xx = 0; xx < num_resp - 1; xx++, p_ent++) { in btm_sort_inq_result()
[all …]
H A Dneighbor_inquiry.h182 uint8_t num_resp; /* Number of results from the current inquiry */ member
H A Dbtm_ble_gap.cc1961 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
1969 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
2038 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont_for_inquiry()
2046 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont_for_inquiry()
2160 p_inq->inq_cmpl_info.status, p_inq->inq_cmpl_info.num_resp); in btm_ble_stop_inquiry()
/aosp12/system/bt/main/shim/
H A Dbtm_api.cc109 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp++; in btm_api_process_inquiry_result()
165 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp++; in btm_api_process_inquiry_result_with_rssi()
219 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp++; in btm_api_process_extended_inquiry_result()
534 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp = 0; in BTM_StartInquiry()
/aosp12/system/bt/bta/dm/
H A Dbta_dm_act.cc851 result.num_resp = 0; in bta_dm_search_start()
1865 bta_dm_inq_cmpl(((tBTM_INQUIRY_CMPL*)p_result)->num_resp); in bta_dm_inq_cmpl_cb()
3368 data.inq_cmpl.num_resps = ((tBTM_INQUIRY_CMPL*)p_result)->num_resp; in bta_dm_observe_cmpl_cb()