Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c426 if (cb_evt != 0 && NULL != ble_batchscan_cb.p_scan_rep_cback) { in btm_ble_batchscan_vsc_cmpl_cback()
436 if (NULL != ble_batchscan_cb.p_scan_rep_cback) { in btm_ble_batchscan_vsc_cmpl_cback()
437 ble_batchscan_cb.p_scan_rep_cback(ref_value, report_format, num_records, in btm_ble_batchscan_vsc_cmpl_cback()
449 if (NULL != ble_batchscan_cb.p_scan_rep_cback && NULL != p_data) { in btm_ble_batchscan_vsc_cmpl_cback()
450 ble_batchscan_cb.p_scan_rep_cback(ref_value, report_format, in btm_ble_batchscan_vsc_cmpl_cback()
645 ble_batchscan_cb.p_scan_rep_cback = p_rep_cback; in BTM_BleSetStorageConfig()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h588 tBTM_BLE_SCAN_REP_CBACK *p_scan_rep_cback; member