:orphan: .. title:: MCUMGR_SMP_BT .. option:: CONFIG_MCUMGR_SMP_BT *Bluetooth mcumgr SMP transport* Type: ``bool`` Help ==== Enables handling of SMP commands received over Bluetooth. Direct dependencies =================== \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`BT ` - \ :option:`BT_PERIPHERAL ` - \ :option:`BT_GATT_DYNAMIC_DB ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:224`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. parsed-literal:: config MCUMGR_SMP_BT bool "Bluetooth mcumgr SMP transport" select \ :option:`BT ` select \ :option:`BT_PERIPHERAL ` select \ :option:`BT_GATT_DYNAMIC_DB ` depends on \ :option:`MCUMGR ` help Enables handling of SMP commands received over Bluetooth. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*