:orphan: .. title:: choice BT_LL_CHOICE: Bluetooth Link Layer Selection .. _choice_502: .. describe:: choice BT_LL_CHOICE: Bluetooth Link Layer Selection *Bluetooth Link Layer Selection* Type: ``bool`` Help ==== .. code-block:: none Select the Bluetooth Link Layer to compile. Direct dependencies =================== \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`BT_LL_SW_SPLIT ` Kconfig definition ================== At ``/bluetooth/controller/Kconfig:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig 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.)*