-
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_HCI
) || (BT_CTLR
&& BT_HCI
&& BT
)
(Includes any dependencies from ifs and menus.)
Defaults¶
Choice options¶
Kconfig definitions¶
At <nrfxlib>/softdevice_controller/Kconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:14
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib
choice BT_LL_CHOICE
bool "Bluetooth Link Layer Selection"
default BT_LL_SW_SPLIT if BT_MESH
default BT_LL_SOFTDEVICE
depends on BT_CTLR && BT && BT_HCI
At <Zephyr>/subsys/bluetooth/controller/Kconfig:91
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:307
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.)