Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/main/
Dbte_init.c243 if (bta_ag_cb_ptr){ in BTE_DeinitStack()
244 osi_free(bta_ag_cb_ptr); in BTE_DeinitStack()
245 bta_ag_cb_ptr = NULL; in BTE_DeinitStack()
422 if ((bta_ag_cb_ptr = (tBTA_AG_CB *)osi_malloc(sizeof(tBTA_AG_CB))) == NULL) { in BTE_InitStack()
425 memset((void *)bta_ag_cb_ptr, 0, sizeof(tBTA_AG_CB)); in BTE_InitStack()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h351 extern tBTA_AG_CB *bta_ag_cb_ptr;
352 #define bta_ag_cb (*bta_ag_cb_ptr)
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_main.c280 tBTA_AG_CB *bta_ag_cb_ptr; variable