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

Software-based BLE Link Layer (ULL/LLL split)

Type: bool

Help

Use Zephyr software BLE Link Layer ULL LLL split implementation.

Direct dependencies

<choice BT_LL_CHOICE: Bluetooth Link Layer Selection>

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

Kconfig definition

At subsys/bluetooth/controller/Kconfig:33

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

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

config BT_LL_SW_SPLIT
    bool
    prompt "Software-based BLE Link Layer (ULL/LLL split)" if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>
    select BT_RECV_IS_RX_THREAD if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>
    select ENTROPY_GENERATOR if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>
    depends on <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>
    help
      Use Zephyr software BLE Link Layer ULL LLL split implementation.

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