-
choice BT_LL_CHOICE: Bluetooth Link Layer Selection
Bluetooth Link Layer Selection
Type: bool
Help¶
Select the Bluetooth Link Layer to compile.
Direct dependencies¶
(BT_CTLR
&& BT_HCI
&& BT
) || (BT_CTLR
&& BT_HCI
&& BT
)
(Includes any dependencies from if’s and menus.)
Choice options¶
Kconfig definitions¶
At ../nrfxlib/ble_controller/Kconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:7
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrfxlib/Kconfig.nrfxlib:11
Menu path: (top menu) → Nordic nrfxlib
choice BT_LL_CHOICE bool depends onBT_CTLR
&&BT_HCI
&&BT
At subsys/bluetooth/controller/Kconfig:17
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Controller
choice BT_LL_CHOICE bool prompt "Bluetooth Link Layer Selection" ifBT_CTLR
&&BT_HCI
&&BT
defaultBT_LL_SW
ifBT_CTLR
&&BT_HCI
&&BT
depends onBT_CTLR
&&BT_HCI
&&BT
help Select the Bluetooth Link Layer to compile.
(Definitions include propagated dependencies, including from if’s and menus.)