-
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.
Default¶
y
Kconfig definition¶
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:259
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:32
→ <Zephyr>/subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Bluetooth mcumgr SMP transport
config MCUMGR_SMP_BT_AUTHEN bool "Authenticated requirement for Bluetooth mcumgr SMP transport" default y selectBT_SMP
depends onMCUMGR_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.)