Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_reattempt_conn_count_v4.4' into 'releas…
Browse files Browse the repository at this point in the history
…e/v4.4'

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

See merge request espressif/esp-idf!29343
  • Loading branch information
rahult-github committed Mar 4, 2024
2 parents 0241b95 + 1b24926 commit 29f9259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/host/nimble/Kconfig.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29f9259

Please sign in to comment.