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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c792 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL)
844 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL )
909 if ( (p_clcb = gatt_clcb_alloc(conn_id)) != NULL )
995 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL )
1070 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL)
H A Dgatt_int.h608 extern tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id);
H A Dgatt_utils.c1496 ** Function gatt_clcb_alloc
1503 tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id) function

Completed in 144 milliseconds