Home
last modified time | relevance | path

Searched refs:num_resp (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_inq.cc448 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()
[all …]
Dbtm_ble_gap.cc1976 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
1982 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
2002 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps) { in btm_ble_process_adv_pkt_cont()
2130 p_inq->inq_cmpl_info.status, p_inq->inq_cmpl_info.num_resp); in btm_ble_stop_inquiry()
/system/bt/stack/include/
Dbtm_api_types.h667 uint8_t num_resp; /* Number of results from the current inquiry */ member
/system/bt/bta/dm/
Dbta_dm_act.cc1007 result.num_resp = 0; in bta_dm_search_start()
2123 p_msg->inq_cmpl.num = ((tBTM_INQUIRY_CMPL*)p_result)->num_resp; in bta_dm_inq_cmpl_cb()
3764 data.inq_cmpl.num_resps = ((tBTM_INQUIRY_CMPL*)p_result)->num_resp; in bta_dm_observe_cmpl_cb()