:orphan: .. title:: CONFIG_BT_CUSTOM .. kconfig:: CONFIG_BT_CUSTOM CONFIG_BT_CUSTOM ################ *Custom* Type: ``bool`` Help ==== .. code-block:: none Select a custom, non-HCI based stack. If you're not sure what this is, you probably want the HCI-based stack instead. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/bluetooth/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Stack Selection .. code-block:: kconfig config BT_CUSTOM bool "Custom" depends on help Select a custom, non-HCI based stack. If you're not sure what this is, you probably want the HCI-based stack instead. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*