Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c515 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ in BTM_SetPeriodicInquiryMode()
865 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ in BTM_StartInquiry()
1954 UINT8 num_resp, xx; in btm_process_inq_results() local
1984 STREAM_TO_UINT8 (num_resp, p); in btm_process_inq_results()
1986 for (xx = 0; xx < num_resp; xx++) in btm_process_inq_results()
2015 p_inq->inq_cmpl_info.num_resp >= p_inq->inqparms.max_resps in btm_process_inq_results()
2113 p_inq->inq_cmpl_info.num_resp++; /* A new response was found */ in btm_process_inq_results()
2131 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps in btm_process_inq_results()
2232 UINT8 xx, yy, num_resp; in btm_sort_inq_result() local
2238 num_resp = (btm_cb.btm_inq_vars.inq_cmpl_info.num_resp<BTM_INQ_DB_SIZE)? in btm_sort_inq_result()
[all …]
Dbtm_ble_gap.c1776 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
1791 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
1803 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps) in btm_ble_process_adv_pkt_cont()
1866 p_inq->inq_cmpl_info.status, p_inq->inq_cmpl_info.num_resp); in btm_ble_stop_scan()
/external/bluetooth/bluedroid/stack/include/
Dhcimsgs.h944 HCI_API extern void btsnd_hcie_inq_res(void *buffer, UINT8 num_resp, UINT8 **bd_addr,
1216 HCI_API extern void btsnd_hcie_ext_inquiry_result(void *buffer, UINT8 num_resp, UINT8 **bd_addr,
Dbtm_api.h625 UINT8 num_resp; /* Number of results from the current inquiry */ member
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c1144 result.num_resp = 0; in bta_dm_search_start()
1164 result.num_resp = 0; in bta_dm_search_start()
2463 p_msg->inq_cmpl.num = ((tBTM_INQUIRY_CMPL *)p_result)->num_resp; in bta_dm_inq_cmpl_cb()