CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL_RESTORE_RETRY_TIME
Connection latency restore retry time in milliseconds
Type: int
Help
In case connection latency restoration fails due to an error, this
option specifies the time after retry to set the default latency
(:kconfig:`MCUMGR_SMP_BT_LATENCY_CONTROL_DEFAULT_LATENCY`) would be
executed.
Direct dependencies
MCUMGR_SMP_BT_LATENCY_CONTROL
&& MCUMGR_SMP_BT
&& MCUMGR
(Includes any dependencies from ifs and menus.)
Default
1000
Kconfig definition
At <Subsystem>/mgmt/mcumgr/Kconfig:408
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:35
→ <Subsystem>/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Bluetooth mcumgr SMP transport → Request low latency connection when handling SMP commands
config MCUMGR_SMP_BT_LATENCY_CONTROL_RESTORE_RETRY_TIME
int "Connection latency restore retry time in milliseconds"
range 1 5000
default 1000
depends on MCUMGR_SMP_BT_LATENCY_CONTROL && MCUMGR_SMP_BT && MCUMGR
help
In case connection latency restoration fails due to an error, this
option specifies the time after retry to set the default latency
(:kconfig:`MCUMGR_SMP_BT_LATENCY_CONTROL_DEFAULT_LATENCY`) would be
executed.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)