CONFIG_MCUMGR_SMP_BT_CONN_PARAM_CONTROL_TIMEOUT
Supervision timeout for SMP packet exchange
Type: int
Help
Supervision timeout in 10ms used during the exchange of SMP packets.
Direct dependencies
MCUMGR_SMP_BT_CONN_PARAM_CONTROL
&& MCUMGR_SMP_BT
&& MCUMGR
(Includes any dependencies from ifs and menus.)
Default
42
Kconfig definition
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:351
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Bluetooth mcumgr SMP transport → Request specific connection parameters for SMP packet exchange
config MCUMGR_SMP_BT_CONN_PARAM_CONTROL_TIMEOUT
int "Supervision timeout for SMP packet exchange"
range 10 3200
default 42
depends on MCUMGR_SMP_BT_CONN_PARAM_CONTROL && MCUMGR_SMP_BT && MCUMGR
help
Supervision timeout in 10ms used during the exchange of SMP packets.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)