-
CONFIG_BT_ECC
¶
Enable ECDH key generation support
Type: bool
Help¶
This option adds support for ECDH HCI commands.
Direct dependencies¶
BOARD_NRF5340PDK_NRF5340_CPUNET
|| BOARD_NRF5340DK_NRF5340_CPUNET
|| (BT_HCI
&& BT
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y if
BT
y if
BT_MESH_PROV
|| (BT_SMP
&& !BT_SMP_OOB_LEGACY_PAIR_ONLY
)
Kconfig definitions¶
At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/boards/Kconfig:48
Menu path: (Top) → Board Options
config BT_ECC bool default y ifBT
depends onBOARD_NRF5340PDK_NRF5340_CPUNET
||BOARD_NRF5340DK_NRF5340_CPUNET
At <Zephyr>/subsys/bluetooth/host/Kconfig:606
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:8
→ <Zephyr>/subsys/bluetooth/Kconfig:239
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_ECC bool "Enable ECDH key generation support" default y ifBT_MESH_PROV
|| (BT_SMP
&& !BT_SMP_OOB_LEGACY_PAIR_ONLY
) depends onBT_HCI
&&BT
help This option adds support for ECDH HCI commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)