mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration
This commit is contained in:
@ -274,7 +274,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
|
||||||
|
Reference in New Issue
Block a user