Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c55 tBTM_BLE_ADV_FILTER_CB *btm_ble_adv_filt_cb_ptr; variable
57 #define btm_ble_adv_filt_cb (*btm_ble_adv_filt_cb_ptr)
1260 btm_ble_adv_filt_cb_ptr = (tBTM_BLE_ADV_FILTER_CB *)osi_malloc(sizeof(tBTM_BLE_ADV_FILTER_CB)); in btm_ble_adv_filter_init()
1262 if (btm_ble_adv_filt_cb_ptr == NULL || cmn_ble_adv_vsc_cb_ptr == NULL) { in btm_ble_adv_filter_init()
1266 memset((void *)btm_ble_adv_filt_cb_ptr, 0, sizeof(tBTM_BLE_ADV_FILTER_CB)); in btm_ble_adv_filter_init()
1299 osi_free(btm_ble_adv_filt_cb_ptr); in btm_ble_adv_filter_cleanup()
1300 btm_ble_adv_filt_cb_ptr = NULL; in btm_ble_adv_filter_cleanup()