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 if’s and menus.)

Kconfig definition

At subsys/bluetooth/Kconfig:30

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8

Menu path: (top menu) → Bluetooth → Bluetooth Stack Selection

config BT_CUSTOM
    bool
    prompt "Custom" if <choice: Bluetooth Stack Selection>
    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.

(Definitions include propagated dependencies, including from if’s and menus.)