Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c185 if (bta_gattc_cb_ptr){ in BTE_DeinitStack()
186 osi_free(bta_gattc_cb_ptr); in BTE_DeinitStack()
187 bta_gattc_cb_ptr = NULL; in BTE_DeinitStack()
481 if ((bta_gattc_cb_ptr = (tBTA_GATTC_CB *)osi_malloc(sizeof(tBTA_GATTC_CB))) == NULL) { in BTE_InitStack()
484 memset((void *)bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB)); in BTE_InitStack()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_main.c258 tBTA_GATTC_CB *bta_gattc_cb_ptr; variable
533 memset(bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB)); in bta_gattc_deinit()
534 FREE_AND_RESET(bta_gattc_cb_ptr); in bta_gattc_deinit()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h444 extern tBTA_GATTC_CB *bta_gattc_cb_ptr;
445 #define bta_gattc_cb (*bta_gattc_cb_ptr)