The latest development version of this page may be more current than this released 1.14.0 version.
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.)

Symbols that select this symbol

Kconfig definitions

At boards/arm/96b_carbon/Kconfig.defconfig:76

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BT_SMP
    bool
    default BT if NETWORKING && BOARD_96B_CARBON
    depends on NETWORKING && BOARD_96B_CARBON

At subsys/bluetooth/host/Kconfig:236

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144

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
    select BT_ECC 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.)