Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.cc713 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ in BTM_StartInquiry()
1519 uint8_t num_resp, xx; in btm_process_inq_results() local
1545 STREAM_TO_UINT8(num_resp, p); in btm_process_inq_results()
1548 if (num_resp > 1) { in btm_process_inq_results()
1550 num_resp); in btm_process_inq_results()
1558 num_resp, hci_evt_len); in btm_process_inq_results()
1564 if (hci_evt_len < num_resp * inquiry_result_size) { in btm_process_inq_results()
1567 num_resp, hci_evt_len); in btm_process_inq_results()
1572 for (xx = 0; xx < num_resp; xx++) { in btm_process_inq_results()
1596 p_inq->inq_cmpl_info.num_resp >= p_inq->inqparms.max_resps in btm_process_inq_results()
[all …]
Dbtm_ble_gap.cc1906 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
1914 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
1933 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps) { in btm_ble_process_adv_pkt_cont()
2061 p_inq->inq_cmpl_info.status, p_inq->inq_cmpl_info.num_resp); in btm_ble_stop_inquiry()
/system/bt/main/shim/
Dbtm_api.cc63 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp >= in max_responses_reached()
137 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp++; in btm_api_process_inquiry_result()
199 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp++; in btm_api_process_inquiry_result_with_rssi()
259 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp++; in btm_api_process_extended_inquiry_result()
290 btm_cb.btm_inq_vars.inq_cmpl_info.num_resp = 0; in BTM_StartInquiry()
/system/bt/stack/include/
Dbtm_api_types.h530 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()
2128 p_msg->inq_cmpl.num = ((tBTM_INQUIRY_CMPL*)p_result)->num_resp; in bta_dm_inq_cmpl_cb()
3771 data.inq_cmpl.num_resps = ((tBTM_INQUIRY_CMPL*)p_result)->num_resp; in bta_dm_observe_cmpl_cb()