Lines Matching refs:num_resp
448 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ in BTM_SetPeriodicInquiryMode()
782 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ in BTM_StartInquiry()
1606 uint8_t num_resp, xx; in btm_process_inq_results() local
1632 STREAM_TO_UINT8(num_resp, p); in btm_process_inq_results()
1634 if (inq_res_mode == BTM_INQ_RESULT_EXTENDED && (num_resp > 1)) { in btm_process_inq_results()
1636 num_resp); in btm_process_inq_results()
1640 for (xx = 0; xx < num_resp; xx++) { in btm_process_inq_results()
1665 p_inq->inq_cmpl_info.num_resp >= p_inq->inqparms.max_resps in btm_process_inq_results()
1744 p_inq->inq_cmpl_info.num_resp++; /* A new response was found */ in btm_process_inq_results()
1758 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps && in btm_process_inq_results()
1804 uint8_t xx, yy, num_resp; in btm_sort_inq_result() local
1810 num_resp = (btm_cb.btm_inq_vars.inq_cmpl_info.num_resp < BTM_INQ_DB_SIZE) in btm_sort_inq_result()
1811 ? btm_cb.btm_inq_vars.inq_cmpl_info.num_resp in btm_sort_inq_result()
1815 for (xx = 0; xx < num_resp - 1; xx++, p_ent++) { in btm_sort_inq_result()
1816 for (yy = xx + 1, p_next = p_ent + 1; yy < num_resp; yy++, p_next++) { in btm_sort_inq_result()
1893 p_inq->inq_cmpl_info.num_resp); in btm_process_inq_complete()