Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c422 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-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h355 } tBTA_AG_CB; typedef
368 extern tBTA_AG_CB bta_ag_cb;
370 extern tBTA_AG_CB *bta_ag_cb_ptr;
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_main.c284 tBTA_AG_CB bta_ag_cb;
286 tBTA_AG_CB *bta_ag_cb_ptr;
764 memset(&bta_ag_cb, 0, sizeof(tBTA_AG_CB)); in bta_ag_api_enable()