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 */
875 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */
1973 UINT8 num_resp, xx;
2003 STREAM_TO_UINT8 (num_resp, p);
2005 for (xx = 0; xx < num_resp; xx++)
2028 /* Only process the num_resp is smaller than max_resps.
2034 p_inq->inq_cmpl_info.num_resp >= p_inq->inqparms.max_resps
2132 p_inq->inq_cmpl_info.num_resp++; /* A new response was found */
2150 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps
2251 UINT8 xx, yy, num_resp;
2257 num_resp = (btm_cb.btm_inq_vars.inq_cmpl_info.num_resp<BTM_INQ_DB_SIZE)?
2258 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp: BTM_INQ_DB_SIZE;
2263 for(xx = 0; xx < num_resp-1; xx++, p_ent++)
2265 for(yy = xx+1, p_next = p_ent+1; yy < num_resp; yy++, p_next++)
2361 p_inq->inq_cmpl_info.status, p_inq->inq_cmpl_info.num_resp);