CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL

Request low latency connection when handling SMP commands

Type: bool

Help

Enables support for requesting low latency connection parameter 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 && MCUMGR_SMP_BT && MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Subsystem>/mgmt/mcumgr/Kconfig:373

Included via Kconfig:8Kconfig.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

config MCUMGR_SMP_BT_LATENCY_CONTROL
    bool "Request low latency connection when handling SMP commands"
    depends on SYSTEM_WORKQUEUE_PRIORITY < 0 && MCUMGR_SMP_BT && MCUMGR
    help
      Enables support for requesting low latency connection parameter 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.)