The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_BT_CUSTOM

Custom

Type: bool

Help

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

<choice: Bluetooth Stack Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/bluetooth/Kconfig:33

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Stack Selection

config BT_CUSTOM
    bool "Custom"
    depends on <choice: Bluetooth Stack Selection>
    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.)