Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c792 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL) in GATTC_ConfigureMTU()
844 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) in GATTC_Discover()
910 if ( (p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) in GATTC_Read()
996 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) in GATTC_Write()
1071 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL) in GATTC_ExecuteWrite()
Dgatt_int.h620 extern tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id);
Dgatt_utils.c1521 tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id) in gatt_clcb_alloc() function