Home
last modified time | relevance | path

Searched refs:gap_cb_ptr (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gap/
Dgap_api.c29 tGAP_CB *gap_cb_ptr; variable
66 gap_cb_ptr = (tGAP_CB *)osi_malloc(sizeof(tGAP_CB)); in GAP_Init()
67 if (!gap_cb_ptr) { in GAP_Init()
104 if (gap_cb_ptr) { in GAP_Deinit()
105 osi_free(gap_cb_ptr); in GAP_Deinit()
106 gap_cb_ptr = NULL; in GAP_Deinit()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h148 extern tGAP_CB *gap_cb_ptr;
149 #define gap_cb (*gap_cb_ptr)