Home
last modified time | relevance | path

Searched refs:p_scan_results_cb (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c568 btm_cb.ble_ctr_cb.p_scan_results_cb = p_results_cb; in BTM_BleScan()
3652 tBTM_INQ_RESULTS_CB *p_scan_results_cb = btm_cb.ble_ctr_cb.p_scan_results_cb; in btm_ble_process_last_adv_pkt() local
3688 if (p_scan_results_cb && (result & BTM_BLE_DISCO_RESULT)) { in btm_ble_process_last_adv_pkt()
3689 … (p_scan_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_last_adv_pkt()
3717 tBTM_INQ_RESULTS_CB *p_scan_results_cb = btm_cb.ble_ctr_cb.p_scan_results_cb; in btm_ble_process_adv_pkt_cont() local
3829 if (p_scan_results_cb && (result & BTM_BLE_DISCO_RESULT)) { in btm_ble_process_adv_pkt_cont()
3830 … (p_scan_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_adv_pkt_cont()
4001 p_ble_cb->p_scan_results_cb = NULL; in btm_ble_stop_discover()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h342 tBTM_INQ_RESULTS_CB *p_scan_results_cb; member