diff --git a/epicardium/ble/ble_main.c b/epicardium/ble/ble_main.c index 07783d8619cc05c688db056ec0d17d06b72413dc..3fec7ce48c3afb1197a62a7fbb0a1a63711926aa 100644 --- a/epicardium/ble/ble_main.c +++ b/epicardium/ble/ble_main.c @@ -122,6 +122,11 @@ static const smpCfg_t bleSmpCfg = 16, /*! Maximum encryption key length */ 3, /*! Attempts to trigger 'repeated attempts' timeout */ DM_AUTH_MITM_FLAG, /*! Device authentication requirements */ + + /* TODO: The following three parameters should probably get proper values */ + 0, /*! Maximum 'Repeated attempts' timeout in msec */ + 0, /*! Time msec before attemptExp decreases */ + 0, /*! Exponent to raise attemptTimeout on maxAttempts */ }; /* Configuration structure */