Searched refs:gatt_clcb_alloc (Results 1 – 3 of 3) sorted by relevance
630 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ConfigureMTU()693 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Discover()759 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Read()838 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Write()891 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ExecuteWrite()
558 extern tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id);
998 tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id) { in gatt_clcb_alloc() function