CONFIG_BT_LL_SW_SPLIT
Software-based BLE Link Layer [EXPERIMENTAL]
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 ifs and menus.)
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/bluetooth/controller/Kconfig:102
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:181
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Bluetooth Link Layer Selection
config BT_LL_SW_SPLIT
bool "Software-based BLE Link Layer [EXPERIMENTAL]"
select EXPERIMENTAL
select BT_RECV_IS_RX_THREAD
select ENTROPY_GENERATOR
select NRF_HW_TIMER0_RESERVED
select NRF_HW_RTC0_RESERVED
depends on <choice BT_LL_CHOICE>
help
Use Zephyr software BLE Link Layer ULL LLL split implementation.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)