:orphan: .. title:: choice BT_LL_CHOICE: Bluetooth Link Layer Selection .. _choice_353: .. describe:: choice BT_LL_CHOICE: Bluetooth Link Layer Selection *Bluetooth Link Layer Selection* Type: ``bool`` Help ==== Select the Bluetooth Link Layer to compile. Direct dependencies =================== \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`BT_LL_SW_SPLIT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. parsed-literal:: choice BT_LL_CHOICE bool "Bluetooth Link Layer Selection" depends on \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Select the Bluetooth Link Layer to compile. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*