- choice BT_LL_CHOICE: Bluetooth Link Layer Selection
Bluetooth Link Layer Selection
Bluetooth Link Layer Selection
Type: bool
Help
Select the Bluetooth Link Layer to compile.
Direct dependencies
(BT_CTLR
&& BT
) || (BT_CTLR
&& BT_HCI
&& BT
)
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definitions
At <nRF>/subsys/bluetooth/controller/Kconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:21
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy
choice BT_LL_CHOICE
bool "Bluetooth Link Layer Selection"
default BT_LL_SOFTDEVICE
depends on BT_CTLR && BT
At <Zephyr>/subsys/bluetooth/controller/Kconfig:97
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:181
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller
choice BT_LL_CHOICE
bool "Bluetooth Link Layer Selection"
depends on BT_CTLR && BT_HCI && BT
help
Select the Bluetooth Link Layer to compile.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)