Skip to content

Commit

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

See merge request espressif/esp-idf!29224
  • Loading branch information
Isl2017 committed Mar 8, 2024
2 parents 9e5c30b + 4521a50 commit 35630f5
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 @@ -273,7 +273,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 35630f5

Please sign in to comment.