fix(nimble): Increase range of reattempt connection count

release/v4.4
Rahul Tank 2024-02-28 12:56:57 +05:30
rodzic d9b9b76785
commit 1b249261f3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -439,7 +439,7 @@ config BT_NIMBLE_ENABLE_CONN_REATTEMPT
config BT_NIMBLE_MAX_CONN_REATTEMPT
int "Maximum number connection reattempts"
range 1 7
range 1 255
default 3
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLE_CONN_REATTEMPT
help