CONFIG_MCUMGR_SMP_BT_CONN_PARAM_CONTROL
Request specific connection parameters for SMP packet exchange
Type: bool
Help
Enables support for requesting specific connection parameters when
SMP commands are handled. This option allows to speed up the command
exchange process.
Its recommended to enable this if SMP is used for DFU.
Direct dependencies
SYSTEM_WORKQUEUE_PRIORITY
< 0 && BT_GAP_PERIPHERAL_PREF_PARAMS
&& MCUMGR_SMP_BT
&& MCUMGR
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:318
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
config MCUMGR_SMP_BT_CONN_PARAM_CONTROL
bool "Request specific connection parameters for SMP packet exchange"
depends on SYSTEM_WORKQUEUE_PRIORITY < 0 && BT_GAP_PERIPHERAL_PREF_PARAMS && MCUMGR_SMP_BT && MCUMGR
help
Enables support for requesting specific connection parameters when
SMP commands are handled. This option allows to speed up the command
exchange process.
Its recommended to enable this if SMP is used for DFU.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)