CONFIG_MCUMGR_SMP_BT_CONN_PARAM_CONTROL_LATENCY

Peripheral latency for SMP packet exchange

Type: int

Help

Peripheral latency in Connection Intervals 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

  • 0

Kconfig definition

At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:344

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_LATENCY
    int "Peripheral latency for SMP packet exchange"
    range 0 499
    default 0
    depends on MCUMGR_SMP_BT_CONN_PARAM_CONTROL && MCUMGR_SMP_BT && MCUMGR
    help
      Peripheral latency in Connection Intervals used during the exchange of SMP packets.

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