Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c34 tBTM_BLE_BATCH_SCAN_CB ble_batchscan_cb;
37 tBTM_BLE_BATCH_SCAN_CB *ble_batchscan_cb_ptr;
906 ble_batchscan_cb_ptr = (tBTM_BLE_BATCH_SCAN_CB *)osi_malloc(sizeof(tBTM_BLE_BATCH_SCAN_CB)); in btm_ble_batchscan_init()
914 memset(&ble_batchscan_cb, 0, sizeof(tBTM_BLE_BATCH_SCAN_CB)); in btm_ble_batchscan_init()
942 memset(&ble_batchscan_cb, 0, sizeof(tBTM_BLE_BATCH_SCAN_CB)); in btm_ble_batchscan_cleanup()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h595 } tBTM_BLE_BATCH_SCAN_CB; typedef