choice BT_LL_CHOICE: Bluetooth Link Layer Selection

Bluetooth Link Layer Selection

Bluetooth Link Layer Selection

Type: bool

Help

Select the Bluetooth Link Layer to compile.

Direct dependencies

(BT_CTLR && BT && BT_HCI) || (BT_CTLR && BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <nrfxlib>/softdevice_controller/Kconfig:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:14

Menu path: (Top) → Modules → Nordic nrfxlib

choice BT_LL_CHOICE
    bool "Bluetooth Link Layer Selection"
    default BT_LL_SW_SPLIT if BT_MESH
    default BT_LL_SOFTDEVICE
    depends on BT_CTLR && BT && BT_HCI

At <Zephyr>/subsys/bluetooth/controller/Kconfig:91

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:240

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

choice BT_LL_CHOICE
    bool "Bluetooth Link Layer Selection"
    default BT_LL_SW_SPLIT
    depends on BT_CTLR && BT_HCI && BT
    help
      Select the Bluetooth Link Layer to compile.

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