Merge branch 'bugfix/fix_ble_max_reconnect_v5.2' into 'release/v5.2'

fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration(backport v5.2)

See merge request espressif/esp-idf!29224
This commit is contained in:
Island 2024-03-08 16:48:22 +08:00
commit 35630f5e52

View File

@ -273,7 +273,7 @@ config BT_GATTC_CACHE_NVS_FLASH
config BT_GATTC_CONNECT_RETRY_COUNT config BT_GATTC_CONNECT_RETRY_COUNT
int "The number of attempts to reconnect if the connection establishment failed" int "The number of attempts to reconnect if the connection establishment failed"
depends on BT_GATTC_ENABLE depends on BT_GATTC_ENABLE
range 0 7 range 0 255
default 3 default 3
help help
The number of attempts to reconnect if the connection establishment failed The number of attempts to reconnect if the connection establishment failed