Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_int.h495 } tGATT_CB; typedef
506 GATT_API extern tGATT_CB gatt_cb;
508 GATT_API extern tGATT_CB *gatt_cb_ptr;
Dgatt_main.c69 tGATT_CB gatt_cb;
88 memset (&gatt_cb, 0, sizeof(tGATT_CB)); in gatt_init()
Dgatt_utils.c288 tGATT_CB *p_cb = &gatt_cb; in gatt_alloc_hdl_buffer()