forked from espressif/esp-idf
Merge branch 'bugfix/increase_reattempt_conn_count_v5.1' into 'release/v5.1'
fix(nimble): Increase range of reattempt connection count (v5.1) See merge request espressif/esp-idf!29341
This commit is contained in:
@@ -522,7 +522,7 @@ config BT_NIMBLE_ENABLE_CONN_REATTEMPT
|
|||||||
|
|
||||||
config BT_NIMBLE_MAX_CONN_REATTEMPT
|
config BT_NIMBLE_MAX_CONN_REATTEMPT
|
||||||
int "Maximum number connection reattempts"
|
int "Maximum number connection reattempts"
|
||||||
range 1 7
|
range 1 255
|
||||||
default 3
|
default 3
|
||||||
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLE_CONN_REATTEMPT
|
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLE_CONN_REATTEMPT
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user