Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c81 tGATT_CB *gatt_cb_ptr; variable
101 gatt_cb_ptr = (tGATT_CB *)osi_malloc(sizeof(tGATT_CB)); in gatt_init()
207 FREE_AND_RESET(gatt_cb_ptr); in gatt_free()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h579 extern tGATT_CB *gatt_cb_ptr;
580 #define gatt_cb (*gatt_cb_ptr)