Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_ble_max_reconnect_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration(backport v5.1)

See merge request espressif/esp-idf!29223
  • Loading branch information
Isl2017 committed Feb 28, 2024
2 parents 7365474 + 12131f4 commit 7cfe227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/host/bluedroid/Kconfig.in
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ config BT_GATTC_CACHE_NVS_FLASH
config BT_GATTC_CONNECT_RETRY_COUNT
int "The number of attempts to reconnect if the connection establishment failed"
depends on BT_GATTC_ENABLE
range 0 7
range 0 255
default 3
help
The number of attempts to reconnect if the connection establishment failed
Expand Down

0 comments on commit 7cfe227

Please sign in to comment.