Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c197 if (bta_hh_cb_ptr){ in BTE_DeinitStack()
198 osi_free(bta_hh_cb_ptr); in BTE_DeinitStack()
199 bta_hh_cb_ptr = NULL; in BTE_DeinitStack()
466 if ((bta_hh_cb_ptr = (tBTA_HH_CB *)osi_malloc(sizeof(tBTA_HH_CB))) == NULL) { in BTE_InitStack()
469 memset((void *)bta_hh_cb_ptr, 0, sizeof(tBTA_HH_CB)); in BTE_InitStack()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h312 extern tBTA_HH_CB *bta_hh_cb_ptr;
313 #define bta_hh_cb (*bta_hh_cb_ptr)
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_main.c250 tBTA_HH_CB *bta_hh_cb_ptr; variable