:orphan: .. title:: CONFIG_USB_DEVICE_BLUETOOTH_VS_H4 .. kconfig:: CONFIG_USB_DEVICE_BLUETOOTH_VS_H4 CONFIG_USB_DEVICE_BLUETOOTH_VS_H4 ################################# *Enable USB Bluetooth H4 vendor command* Type: ``bool`` Help ==== .. code-block:: none Enables vendor command to switch to H:4 transport using the bulk endpoint. Direct dependencies =================== \ :kconfig:`USB_DEVICE_BLUETOOTH ` && \ :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_HCI_RAW_H4 ` - \ :kconfig:`BT_HCI_RAW_CMD_EXT ` Kconfig definition ================== At ``/usb/class/Kconfig.bt:11`` 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 → USB Bluetooth Device Class support .. code-block:: kconfig config USB_DEVICE_BLUETOOTH_VS_H4 bool "Enable USB Bluetooth H4 vendor command" select BT_HCI_RAW_H4 select BT_HCI_RAW_CMD_EXT depends on USB_DEVICE_BLUETOOTH && USB_DEVICE_STACK help Enables vendor command to switch to H:4 transport using the bulk endpoint. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*