-
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¶
BT_CONN
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
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
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:255
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
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
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.)