fix(nimble): Increase range of reattempt connection count

This commit is contained in:
Rahul Tank 2024-02-28 12:56:57 +05:30
parent a328e1a08f
commit c410322070

View File

@ -523,7 +523,7 @@ config BT_NIMBLE_ENABLE_CONN_REATTEMPT
config BT_NIMBLE_MAX_CONN_REATTEMPT
int "Maximum number connection reattempts"
range 1 7
range 1 255
default 3
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLE_CONN_REATTEMPT
help