Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c37 tBTM_BLE_BATCH_SCAN_CB *ble_batchscan_cb_ptr; variable
39 #define ble_batchscan_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()
908 if (ble_batchscan_cb_ptr == NULL || ble_advtrack_cb_ptr == NULL) { in btm_ble_batchscan_init()
946 osi_free(ble_batchscan_cb_ptr); in btm_ble_batchscan_cleanup()
948 ble_batchscan_cb_ptr = NULL; in btm_ble_batchscan_cleanup()