Home | History | Annotate | Download | only in btm

Lines Matching defs:num_resp

519     p_inq->inq_cmpl_info.num_resp = 0;         /* Clear the results counter */
910 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */
2078 UINT8 num_resp, xx;
2108 STREAM_TO_UINT8 (num_resp, p);
2110 for (xx = 0; xx < num_resp; xx++)
2133 /* Only process the num_resp is smaller than max_resps.
2139 p_inq->inq_cmpl_info.num_resp >= p_inq->inqparms.max_resps
2237 p_inq->inq_cmpl_info.num_resp++; /* A new response was found */
2255 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps
2356 UINT8 xx, yy, num_resp;
2362 num_resp = (btm_cb.btm_inq_vars.inq_cmpl_info.num_resp<BTM_INQ_DB_SIZE)?
2363 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp: BTM_INQ_DB_SIZE;
2368 for(xx = 0; xx < num_resp-1; xx++, p_ent++)
2370 for(yy = xx+1, p_next = p_ent+1; yy < num_resp; yy++, p_next++)
2490 p_inq->inq_cmpl_info.status, p_inq->inq_cmpl_info.num_resp);