Lines Matching refs:num_resp
529 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ in BTM_StartInquiry()
1042 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()
1085 if (hci_evt_len < num_resp * inquiry_result_size) { 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()
1180 p_inq->inq_cmpl_info.num_resp++; /* A new response was found */ 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()
1233 ? btm_cb.btm_inq_vars.inq_cmpl_info.num_resp in btm_sort_inq_result()
1237 for (xx = 0; xx < num_resp - 1; xx++, p_ent++) { in btm_sort_inq_result()
1238 for (yy = xx + 1, p_next = p_ent + 1; yy < num_resp; yy++, p_next++) { in btm_sort_inq_result()
1305 p_inq->inq_cmpl_info.num_resp); in btm_process_inq_complete()