diff options
Diffstat (limited to 'stack/gatt')
-rw-r--r-- | stack/gatt/gatt_main.c | 5 |
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 |