Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c283 if (avct_cb_ptr){ in BTE_DeinitStack()
284 osi_free(avct_cb_ptr); in BTE_DeinitStack()
285 avct_cb_ptr = NULL; in BTE_DeinitStack()
363 if ((avct_cb_ptr = (tAVCT_CB *)osi_malloc(sizeof(tAVCT_CB))) == NULL) { in BTE_InitStack()
366 memset((void *)avct_cb_ptr, 0, sizeof(tAVCT_CB)); in BTE_InitStack()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h223 extern tAVCT_CB *avct_cb_ptr;
224 #define avct_cb (*avct_cb_ptr)
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c42 tAVCT_CB *avct_cb_ptr; variable