:orphan: .. title:: choice BT_LL_SW_LLCP_IMPL: Bluetooth Low Energy Software Link Layer Control Procedure Implementation .. _choice_423: .. describe:: choice BT_LL_SW_LLCP_IMPL: Bluetooth Low Energy Software Link Layer Control Procedure Implementation *Bluetooth Low Energy Software Link Layer Control Procedure Implementation* Type: ``bool`` Help ==== .. code-block:: none Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation. Direct dependencies =================== \ :kconfig:`BT_LL_SW_SPLIT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_LL_SW_LLCP_LEGACY ` Choice options ============== - \ :kconfig:`BT_LL_SW_LLCP_LEGACY ` - \ :kconfig:`BT_LL_SW_LLCP ` Kconfig definition ================== At ``/bluetooth/controller/Kconfig.ll_sw_split:77`` 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 .. code-block:: kconfig choice BT_LL_SW_LLCP_IMPL bool "Bluetooth Low Energy Software Link Layer Control Procedure Implementation" default BT_LL_SW_LLCP_LEGACY depends on BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT help Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*