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.cc592 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ConfigureMTU()
649 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Discover()
704 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Read()
781 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Write()
834 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ExecuteWrite()
Dgatt_int.h493 extern tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id);
Dgatt_utils.cc901 tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id) { in gatt_clcb_alloc() function