Home
last modified time | relevance | path

Searched refs:tBTA_HD_CB (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h133 } tBTA_HD_CB; typedef
136 extern tBTA_HD_CB bta_hd_cb;
138 extern tBTA_HD_CB *bta_hd_cb_ptr;
/hal_espressif-3.6.0/components/bt/host/bluedroid/main/
Dbte_init.c472 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-3.6.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_main.c184 tBTA_HD_CB bta_hd_cb;
186 tBTA_HD_CB *bta_hd_cb_ptr;
Dbta_hd_act.c79 memset(&bta_hd_cb, 0, sizeof(tBTA_HD_CB)); in bta_hd_api_enable()
132 memset(&bta_hd_cb, 0, sizeof(tBTA_HD_CB)); in bta_hd_api_disable()