The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_CTLR_LE_ENC

LE Encryption

Type: bool

Help

Enable support for Bluetooth v4.0 LE Encryption feature in the Controller.

Direct dependencies

!BT_CTLR_DATA_LENGTH_CLEAR && !BT_CTLR_PHY_2M_NRF && BT_CONN && BT_CTLR && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/bluetooth/controller/Kconfig:226

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

Menu path: (top menu) → Bluetooth

config BT_CTLR_LE_ENC
    bool
    prompt "LE Encryption" if !BT_CTLR_DATA_LENGTH_CLEAR && !BT_CTLR_PHY_2M_NRF && BT_CONN && BT_CTLR && BT_HCI && BT
    default "y" if !BT_CTLR_DATA_LENGTH_CLEAR && !BT_CTLR_PHY_2M_NRF && BT_CONN && BT_CTLR && BT_HCI && BT
    depends on !BT_CTLR_DATA_LENGTH_CLEAR && !BT_CTLR_PHY_2M_NRF && BT_CONN && BT_CTLR && BT_HCI && BT
    help
      Enable support for Bluetooth v4.0 LE Encryption feature in the
      Controller.

(Definitions include propagated dependencies, including from if’s and menus.)