-
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 if’s and menus.)
Defaults¶
BT
ifNETWORKING
&&BOARD_96B_CARBON
Symbols selected by this symbol¶
TINYCRYPT
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
TINYCRYPT_AES
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
TINYCRYPT_AES_CMAC
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
BT_RPA
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
BT_ECC
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definitions¶
At boards/arm/96b_carbon/Kconfig.defconfig:76
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config BT_SMP bool defaultBT
ifNETWORKING
&&BOARD_96B_CARBON
depends onNETWORKING
&&BOARD_96B_CARBON
At subsys/bluetooth/host/Kconfig:236
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_SMP bool prompt "Security Manager Protocol support" ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectTINYCRYPT
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectTINYCRYPT_AES
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectTINYCRYPT_AES_CMAC
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectBT_RPA
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectBT_ECC
ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
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.
(Definitions include propagated dependencies, including from if’s and menus.)