:orphan: .. title:: MCUMGR_SMP_BT_AUTHEN .. option:: CONFIG_MCUMGR_SMP_BT_AUTHEN *Authenticated requirement for Bluetooth mcumgr SMP transport* Type: ``bool`` Help ==== Enables encrypted and authenticated connection requirement to Bluetooth SMP transport. Direct dependencies =================== \ :option:`MCUMGR_SMP_BT ` && \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`BT_SMP ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:232`` 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 → Bluetooth mcumgr SMP transport .. parsed-literal:: config MCUMGR_SMP_BT_AUTHEN bool "Authenticated requirement for Bluetooth mcumgr SMP transport" default y select \ :option:`BT_SMP ` depends on \ :option:`MCUMGR_SMP_BT ` && \ :option:`MCUMGR ` help Enables encrypted and authenticated connection requirement to Bluetooth SMP transport. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*