-
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_LL_SW
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if !
BT_CTLR_DATA_LENGTH_CLEAR
&& !BT_CTLR_PHY_2M_NRF
&&BT_CONN
&&BT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:198
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:156
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_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
default "y" if !BT_CTLR_DATA_LENGTH_CLEAR
&& !BT_CTLR_PHY_2M_NRF
&&BT_CONN
&&BT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
depends on !BT_CTLR_DATA_LENGTH_CLEAR
&& !BT_CTLR_PHY_2M_NRF
&&BT_CONN
&&BT_LL_SW
&&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.)