CONFIG_BT_LL_SOFTDEVICE_DEFAULT

Select BT_LL_SOFTDEVICE as default BT_LL_CHOICE

Type: bool

Help

Helper variable used to change the default link layer if BT_CTLR is supported for the platform.

Direct dependencies

BT && BT_HCI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nrfxlib>/softdevice_controller/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<nrfxlib>/Kconfig.nrfxlib:14

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib

config BT_LL_SOFTDEVICE_DEFAULT
    bool "Select BT_LL_SOFTDEVICE as default BT_LL_CHOICE"
    depends on BT && BT_HCI
    help
      Helper variable used to change the default link layer if
      BT_CTLR is supported for the platform.

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