Home
last modified time | relevance | path

Searched refs:tBTA_HH_CB (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c466 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.h307 tBTA_HH_CB; typedef
310 extern tBTA_HH_CB bta_hh_cb;
312 extern tBTA_HH_CB *bta_hh_cb_ptr;
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c405 tBTA_HH_CB *p_cb = &bta_hh_cb; in bta_hh_read_ssr_param()
467 memset(&bta_hh_cb, 0, sizeof(tBTA_HH_CB)); in bta_hh_cleanup_disable()
Dbta_hh_main.c248 tBTA_HH_CB bta_hh_cb;
250 tBTA_HH_CB *bta_hh_cb_ptr;
Dbta_hh_act.c77 memset(&bta_hh_cb, 0, sizeof(tBTA_HH_CB)); in bta_hh_api_enable()