-
CONFIG_BT_SMP
¶
Security Manager Protocol support
Type: bool
Help¶
This option enables support for the Security Manager Protocol (SMP), making it possible to pair devices over LE.
Direct dependencies¶
(NETWORKING
&& BOARD_96B_CARBON
) || (BT_CONN
&& BT_HCI_HOST
&& BT_HCI
&& BT
)
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/arm/96b_carbon/Kconfig.defconfig:74
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config BT_SMP bool defaultBT
depends onNETWORKING
&&BOARD_96B_CARBON
At subsys/bluetooth/host/Kconfig:262
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:160
Menu path: (Top) → Bluetooth
config BT_SMP bool "Security Manager Protocol support" selectTINYCRYPT
selectTINYCRYPT_AES
selectTINYCRYPT_AES_CMAC
selectBT_RPA
selectBT_ECC
depends onBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
help This option enables support for the Security Manager Protocol (SMP), making it possible to pair devices over LE.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)