CONFIG_BT_LL_SW

Software-based BLE Link Layer

Type: bool

Help

Use Zephyr software BLE Link Layer implementation.

Direct dependencies

<choice: Bluetooth Link Layer Selection>

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

Kconfig definition

At subsys/bluetooth/controller/Kconfig:23

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:156

Menu path: (top menu) → Bluetooth → Bluetooth Link Layer Selection

config BT_LL_SW
    bool
    prompt "Software-based BLE Link Layer" if <choice: Bluetooth Link Layer Selection>
    select BT_RECV_IS_RX_THREAD if <choice: Bluetooth Link Layer Selection>
    select ENTROPY_GENERATOR if <choice: Bluetooth Link Layer Selection>
    select ENTROPY_NRF5_RNG if SOC_FAMILY_NRF && <choice: Bluetooth Link Layer Selection>
    select ENTROPY_NRF5_BIAS_CORRECTION if SOC_FAMILY_NRF && <choice: Bluetooth Link Layer Selection>
    depends on <choice: Bluetooth Link Layer Selection>
    help
      Use Zephyr software BLE Link Layer implementation.

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