-
CONFIG_USB_DEVICE_BLUETOOTH
¶
USB Bluetooth Device Class support
Type: bool
Help¶
USB Bluetooth device class support
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/usb/class/Kconfig.bt:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:49
→ <Zephyr>/subsys/usb/Kconfig:153
→ <Zephyr>/subsys/usb/class/Kconfig:10
Menu path: (Top) → Sub Systems and OS Services → USB Device Support
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.)