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:11

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:20

Menu path: (top menu) → Management

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

(Definitions include propagated dependencies, including from if’s and menus.)