CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL_DEFAULT_LATENCY

Default value for connection latency

Type: int

Help

The value is a default connection latency that is used when restoring
from low latency mode.

Direct dependencies

MCUMGR_SMP_BT_LATENCY_CONTROL && MCUMGR_SMP_BT && MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

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

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 → Request low latency connection when handling SMP commands

config MCUMGR_SMP_BT_LATENCY_CONTROL_DEFAULT_LATENCY
    int "Default value for connection latency"
    range 0 499
    default BT_PERIPHERAL_PREF_LATENCY if BT_GAP_PERIPHERAL_PREF_PARAMS
    default 99
    depends on MCUMGR_SMP_BT_LATENCY_CONTROL && MCUMGR_SMP_BT && MCUMGR
    help
      The value is a default connection latency that is used when restoring
      from low latency mode.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)