Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c237 if (bta_hf_client_cb_ptr){ in BTE_DeinitStack()
238 osi_free(bta_hf_client_cb_ptr); in BTE_DeinitStack()
239 bta_hf_client_cb_ptr = NULL; in BTE_DeinitStack()
416 … if ((bta_hf_client_cb_ptr = (tBTA_HF_CLIENT_CB *)osi_malloc(sizeof(tBTA_HF_CLIENT_CB))) == NULL) { in BTE_InitStack()
419 memset((void *)bta_hf_client_cb_ptr, 0, sizeof(tBTA_HF_CLIENT_CB)); in BTE_InitStack()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h208 extern tBTA_HF_CLIENT_CB *bta_hf_client_cb_ptr;
209 #define bta_hf_client_cb (*bta_hf_client_cb_ptr)
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_main.c251 tBTA_HF_CLIENT_CB *bta_hf_client_cb_ptr; variable