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

Use Nordic LLL

Type: bool

Help

Use Nordic Lower Link Layer implementation.

Direct dependencies

BT_LL_SW_SPLIT && SOC_COMPATIBLE_NRF && BT_CTLR && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:42

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

Menu path: (top menu) → Bluetooth

config BT_LLL_VENDOR_NORDIC
    bool
    prompt "Use Nordic LLL" if BT_LL_SW_SPLIT && SOC_COMPATIBLE_NRF && BT_CTLR && BT_HCI && BT
    default "y" if BT_LL_SW_SPLIT && SOC_COMPATIBLE_NRF && BT_CTLR && BT_HCI && BT
    select ENTROPY_NRF5_RNG if BT_LL_SW_SPLIT && SOC_COMPATIBLE_NRF && BT_CTLR && BT_HCI && BT
    select ENTROPY_NRF5_BIAS_CORRECTION if BT_LL_SW_SPLIT && SOC_COMPATIBLE_NRF && BT_CTLR && BT_HCI && BT
    depends on BT_LL_SW_SPLIT && SOC_COMPATIBLE_NRF && BT_CTLR && BT_HCI && BT
    help
      Use Nordic Lower Link Layer implementation.

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