Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/include/
Dbta_sys_int.h86 extern tBTA_SYS_CB *bta_sys_cb_ptr;
87 #define bta_sys_cb (*bta_sys_cb_ptr)
/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c264 if (bta_sys_cb_ptr){ in BTE_DeinitStack()
265 osi_free(bta_sys_cb_ptr); in BTE_DeinitStack()
266 bta_sys_cb_ptr = NULL; in BTE_DeinitStack()
393 if ((bta_sys_cb_ptr = (tBTA_SYS_CB *)osi_malloc(sizeof(tBTA_SYS_CB))) == NULL) { in BTE_InitStack()
408 memset((void *)bta_sys_cb_ptr, 0, sizeof(tBTA_SYS_CB)); in BTE_InitStack()
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_main.c53 tBTA_SYS_CB *bta_sys_cb_ptr; variable
197 FREE_AND_RESET(bta_sys_cb_ptr); in bta_sys_free()