:orphan: .. title:: CONFIG_BT_LL_SW_SPLIT .. kconfig:: CONFIG_BT_LL_SW_SPLIT CONFIG_BT_LL_SW_SPLIT ##################### *Software-based BLE Link Layer* Type: ``bool`` Help ==== .. code-block:: none Use Zephyr software BLE Link Layer ULL LLL split implementation. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`BT_RECV_IS_RX_THREAD ` - \ :kconfig:`ENTROPY_GENERATOR ` - \ :kconfig:`NRF_HW_TIMER0_RESERVED ` - \ :kconfig:`NRF_HW_RTC0_RESERVED ` Kconfig definition ================== At ``/bluetooth/controller/Kconfig:96`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Bluetooth Link Layer Selection .. code-block:: kconfig config BT_LL_SW_SPLIT bool "Software-based BLE Link Layer" select BT_RECV_IS_RX_THREAD select ENTROPY_GENERATOR select NRF_HW_TIMER0_RESERVED select NRF_HW_RTC0_RESERVED depends on help Use Zephyr software BLE Link Layer ULL LLL split implementation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*