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 that select this symbol

Kconfig definition

At subsys/bluetooth/host/Kconfig:255

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155

Menu path: (top menu) → Bluetooth

config BT_SMP
    bool
    prompt "Security Manager Protocol support" if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    select TINYCRYPT if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    select TINYCRYPT_AES if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    select TINYCRYPT_AES_CMAC if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    select BT_RPA if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    depends on BT_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.)