Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c56 tBTM_BLE_VSC_CB *cmn_ble_adv_vsc_cb_ptr; variable
58 #define cmn_ble_adv_vsc_cb (*cmn_ble_adv_vsc_cb_ptr)
1261 cmn_ble_adv_vsc_cb_ptr = (tBTM_BLE_VSC_CB *)osi_malloc(sizeof(tBTM_BLE_VSC_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()
1267 memset((void *)cmn_ble_adv_vsc_cb_ptr, 0, sizeof(tBTM_BLE_VSC_CB)); in btm_ble_adv_filter_init()
1301 osi_free(cmn_ble_adv_vsc_cb_ptr); in btm_ble_adv_filter_cleanup()
1302 cmn_ble_adv_vsc_cb_ptr = NULL; in btm_ble_adv_filter_cleanup()