Searched refs:gatt_clcb_alloc (Results 1 – 3 of 3) sorted by relevance
802 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL) in GATTC_ConfigureMTU()854 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) in GATTC_Discover()920 if ( (p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) in GATTC_Read()1006 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) in GATTC_Write()1081 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL) in GATTC_ExecuteWrite()
649 extern tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id);
1613 tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id) in gatt_clcb_alloc() function