Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc630 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ConfigureMTU()
693 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Discover()
759 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Read()
838 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Write()
891 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ExecuteWrite()
Dgatt_int.h558 extern tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id);
Dgatt_utils.cc998 tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id) { in gatt_clcb_alloc() function