summaryrefslogtreecommitdiffstats
path: root/stack/hid/hidh_conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/hid/hidh_conn.c')
-rw-r--r--stack/hid/hidh_conn.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stack/hid/hidh_conn.c b/stack/hid/hidh_conn.c
index 9ec64591b..3e9a5c423 100644
--- a/stack/hid/hidh_conn.c
+++ b/stack/hid/hidh_conn.c
@@ -74,6 +74,11 @@ static const tL2CAP_APPL_INFO hst_reg_info =
hidh_l2cif_data_ind,
hidh_l2cif_cong_ind,
NULL /* tL2CA_TX_COMPLETE_CB */
+#if (defined(LE_L2CAP_CFC_INCLUDED) && (LE_L2CAP_CFC_INCLUDED == TRUE))
+ ,
+ NULL,
+ NULL
+#endif
};
/*******************************************************************************