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

/system/bt/stack/gatt/
H A Dgatt_api.c801 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL)
853 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL )
918 if ( (p_clcb = gatt_clcb_alloc(conn_id)) != NULL )
1005 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL )
1070 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL)
H A Dgatt_int.h630 extern tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id);
H A Dgatt_utils.c1666 ** Function gatt_clcb_alloc
1673 tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id) function

Completed in 11 milliseconds