:orphan: .. title:: CONFIG_BT_LL_SW_LLCP .. kconfig:: CONFIG_BT_LL_SW_LLCP CONFIG_BT_LL_SW_LLCP #################### *New implementation, replacing the legacy one [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Use the new Bluetooth Low Energy Software Link Layer Control Procedure implementation. It is considered experimental because it is still under development and is not qualifiable yet. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`EXPERIMENTAL ` Kconfig definition ================== At ``/bluetooth/controller/Kconfig.ll_sw_split:88`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:181`` → ``/bluetooth/controller/Kconfig:789`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Bluetooth Low Energy Software Link Layer Control Procedure Implementation .. code-block:: kconfig config BT_LL_SW_LLCP bool "New implementation, replacing the legacy one [EXPERIMENTAL]" select EXPERIMENTAL depends on help Use the new Bluetooth Low Energy Software Link Layer Control Procedure implementation. It is considered experimental because it is still under development and is not qualifiable yet. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*