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