Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_manage.c12 void *btc_profile_cb_tab[BTC_PID_NUM] = {}; variable
14 void **btc_profile_cb_tab; variable
22 btc_profile_cb_tab[i] = NULL; in esp_profile_cb_reset()
32 btc_profile_cb_tab[profile_id] = cb; in btc_profile_cb_set()
43 return btc_profile_cb_tab[profile_id]; in btc_profile_cb_get()
Dbtc_task.c308 if (btc_profile_cb_tab) { in btc_deinit_mem()
309 osi_free(btc_profile_cb_tab); in btc_deinit_mem()
310 btc_profile_cb_tab = NULL; in btc_deinit_mem()
370 if ((btc_profile_cb_tab = (void **)osi_malloc(sizeof(void *) * BTC_PID_NUM)) == NULL) { in btc_init_mem()
373 memset((void *)btc_profile_cb_tab, 0, sizeof(void *) * BTC_PID_NUM); in btc_init_mem()
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_manage.h13 extern void *btc_profile_cb_tab[BTC_PID_NUM];
15 extern void **btc_profile_cb_tab;