:orphan: .. title:: CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL .. kconfig:: CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL #################################### *Request low latency connection when handling SMP commands* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SYSTEM_WORKQUEUE_PRIORITY ` < 0 && \ :kconfig:`MCUMGR_SMP_BT ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:373`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Bluetooth mcumgr SMP transport .. code-block:: kconfig 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.)*