The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_MCUMGR_SMP_BT

Bluetooth mcumgr SMP transport

Type: bool

Help

Enables handling of SMP commands received over Bluetooth.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/mgmt/Kconfig:8

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:20

Menu path: (Top) → Management

config MCUMGR_SMP_BT
    bool "Bluetooth mcumgr SMP transport"
    select MCUMGR
    select BT
    select BT_PERIPHERAL
    select BT_GATT_DYNAMIC_DB
    help
      Enables handling of SMP commands received over Bluetooth.

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