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 <Subsystem>/bluetooth/controller/Kconfig.ll_sw_split:77

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:181<Subsystem>/bluetooth/controller/Kconfig:789

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