Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c191 if (bta_hd_cb_ptr){ in BTE_DeinitStack()
192 osi_free(bta_hd_cb_ptr); in BTE_DeinitStack()
193 bta_hd_cb_ptr = NULL; in BTE_DeinitStack()
472 if ((bta_hd_cb_ptr = (tBTA_HD_CB *)osi_malloc(sizeof(tBTA_HD_CB))) == NULL) { in BTE_InitStack()
475 memset((void *)bta_hd_cb_ptr, 0, sizeof(tBTA_HD_CB)); in BTE_InitStack()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h138 extern tBTA_HD_CB *bta_hd_cb_ptr;
139 #define bta_hd_cb (*bta_hd_cb_ptr)
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_main.c187 tBTA_HD_CB *bta_hd_cb_ptr; variable