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

Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation.

Direct dependencies

BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At <Zephyr>/subsys/bluetooth/controller/Kconfig.ll_sw_split:77

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:181<Zephyr>/subsys/bluetooth/controller/Kconfig:790

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller

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.)