Merge branch 'bugfix/fix_ble_max_reconnect_v4.4' into 'release/v4.4'

fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration(backport v4.4)

See merge request espressif/esp-idf!29221
This commit is contained in:
Jiang Jiang Jian
2024-03-04 10:38:03 +08:00

View File

@@ -259,7 +259,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