The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_USB_DEVICE_BLUETOOTH

USB Bluetooth Device Class Driver

Type: bool

Help

USB Bluetooth device class driver

Direct dependencies

USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/usb/class/Kconfig:87

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:26subsys/usb/Kconfig:115

Menu path: (Top) → USB device stack

config USB_DEVICE_BLUETOOTH
    bool "USB Bluetooth Device Class Driver"
    select BT
    select BT_HCI_RAW
    depends on USB_DEVICE_STACK
    help
      USB Bluetooth device class driver

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)