:orphan: .. title:: CONFIG_USB_DEVICE_BLUETOOTH .. kconfig:: CONFIG_USB_DEVICE_BLUETOOTH CONFIG_USB_DEVICE_BLUETOOTH ########################### *USB Bluetooth Device Class support* Type: ``bool`` Help ==== .. code-block:: none USB Bluetooth device class support Direct dependencies =================== \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT ` - \ :kconfig:`BT_HCI_RAW ` Kconfig definition ================== At ``/usb/class/Kconfig.bt:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:10`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. code-block:: kconfig menuconfig USB_DEVICE_BLUETOOTH bool "USB Bluetooth Device Class support" select BT select BT_HCI_RAW depends on USB_DEVICE_STACK help USB Bluetooth device class support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*