summaryrefslogtreecommitdiffstats
path: root/stack/gatt/gatt_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/gatt/gatt_main.c')
-rw-r--r--stack/gatt/gatt_main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stack/gatt/gatt_main.c b/stack/gatt/gatt_main.c
index d7811364d..168859c72 100644
--- a/stack/gatt/gatt_main.c
+++ b/stack/gatt/gatt_main.c
@@ -73,6 +73,11 @@ static const tL2CAP_APPL_INFO dyn_info =
gatt_l2cif_data_ind_cback,
gatt_l2cif_congest_cback,
NULL
+#if (defined(LE_L2CAP_CFC_INCLUDED) && (LE_L2CAP_CFC_INCLUDED == TRUE))
+ ,
+ NULL,
+ NULL
+#endif
} ;
#if GATT_DYNAMIC_MEMORY == FALSE