Merge branch 'bugfix/increase_reattempt_conn_count_v4.4' into 'release/v4.4'

fix(nimble): Increase range of reattempt connection count (v4.4)

See merge request espressif/esp-idf!29343
This commit is contained in:
Rahul Tank 2024-03-04 19:44:21 +08:00
commit 29f92595bf

View File

@ -439,7 +439,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