Searched defs:num_resp (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c519 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; local
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; local
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h654 UINT8 num_resp; /* Number of results from the current inquiry */ member in struct:__anon1404

Completed in 152 milliseconds