Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c499 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ in BTM_SetPeriodicInquiryMode()
869 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */ in BTM_StartInquiry()
1805 UINT8 num_resp, xx; in btm_process_inq_results() local
1831 STREAM_TO_UINT8 (num_resp, p); in btm_process_inq_results()
1833 for (xx = 0; xx < num_resp; xx++) { in btm_process_inq_results()
1858 p_inq->inq_cmpl_info.num_resp >= p_inq->inqparms.max_resps in btm_process_inq_results()
1943 p_inq->inq_cmpl_info.num_resp++; /* A new response was found */ in btm_process_inq_results()
1960 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps in btm_process_inq_results()
2013 UINT8 xx, yy, num_resp; in btm_sort_inq_result() local
2019 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.c3765 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
3770 p_inq->inq_cmpl_info.num_resp++; in btm_ble_process_adv_pkt_cont()
3787 p_inq->inq_cmpl_info.num_resp == p_inq->inqparms.max_resps) { in btm_ble_process_adv_pkt_cont()
3948 p_inq->inq_cmpl_info.status, p_inq->inq_cmpl_info.num_resp); in btm_ble_stop_inquiry()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1605 result.num_resp = 0; in bta_dm_search_start()
1619 result.num_resp = 0; in bta_dm_search_start()
2826 p_msg->inq_cmpl.num = ((tBTM_INQUIRY_CMPL *)p_result)->num_resp; in bta_dm_inq_cmpl_cb()
4733 data.inq_cmpl.num_resps = ((tBTM_INQUIRY_CMPL *)p_result)->num_resp; in bta_dm_observe_cmpl_cb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h691 UINT8 num_resp; /* Number of results from the current inquiry */ member