CONFIG_BT_ECC

Enable ECDH key generation support

Enable ECDH key generation support

Type: bool

Help

This option adds support for ECDH HCI commands.

Help

This option adds support for ECDH HCI commands.

Direct dependencies

BOARD_THINGY53_NRF5340_CPUNET || BT_RPC_STACK || BOARD_BL5340_DVK_CPUNET || BOARD_NRF5340DK_NRF5340_CPUNET || (BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Defaults

Symbols that select this symbol

Kconfig definitions

At <Zephyr>/boards/arm/thingy53_nrf5340/Kconfig.defconfig:95

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config BT_ECC
    bool
    default BT
    depends on BOARD_THINGY53_NRF5340_CPUNET

At <Zephyr>/subsys/bluetooth/host/Kconfig:624

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:38<nRF>/subsys/bluetooth/rpc/Kconfig:196

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC

config BT_ECC
    bool "Enable ECDH key generation support"
    default y if BT_MESH_PROV || (BT_SMP && !BT_SMP_OOB_LEGACY_PAIR_ONLY)
    depends on BT_RPC_STACK
    help
      This option adds support for ECDH HCI commands.

At <Zephyr>/boards/arm/bl5340_dvk/Kconfig:103

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/boards/Kconfig:86

Menu path: (Top) → Board Options

config BT_ECC
    bool
    default y if BT
    depends on BOARD_BL5340_DVK_CPUNET

At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig:102

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/boards/Kconfig:86

Menu path: (Top) → Board Options

config BT_ECC
    bool
    default y if BT
    depends on BOARD_NRF5340DK_NRF5340_CPUNET

At <Zephyr>/subsys/bluetooth/host/Kconfig:624

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:180

Menu path: (Top) → Sub Systems and OS Services → Bluetooth

config BT_ECC
    bool "Enable ECDH key generation support"
    default y if BT_MESH_PROV || (BT_SMP && !BT_SMP_OOB_LEGACY_PAIR_ONLY)
    depends on BT_HCI && BT
    help
      This option adds support for ECDH HCI commands.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)