fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration

release/v4.4
zhanghaipeng 2024-02-22 17:04:46 +08:00
rodzic 1db39dfea9
commit c73823095d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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