:orphan: .. title:: CONFIG_MCUMGR_SMP_BT_AUTHEN .. kconfig:: CONFIG_MCUMGR_SMP_BT_AUTHEN CONFIG_MCUMGR_SMP_BT_AUTHEN ########################### *Authenticated requirement for Bluetooth mcumgr SMP transport* Type: ``bool`` Help ==== .. code-block:: none Enables encrypted and authenticated connection requirement to Bluetooth SMP transport. Direct dependencies =================== \ :kconfig:`MCUMGR_SMP_BT ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`BT_SMP ` Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:266`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Bluetooth mcumgr SMP transport .. code-block:: kconfig config MCUMGR_SMP_BT_AUTHEN bool "Authenticated requirement for Bluetooth mcumgr SMP transport" default y select BT_SMP depends on MCUMGR_SMP_BT && MCUMGR help Enables encrypted and authenticated connection requirement to Bluetooth SMP transport. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*