blob: b368e4648f4e89bc0303f6040a8c58b79b4f3354 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
using fuchsia.usb;
using fuchsia.usb.wireless;
// Bind to DEVICE instead of INTERFACE so that the 2 Bluetooth interfaces
// can be used within the same driver.
fuchsia.BIND_PROTOCOL == fuchsia.usb.BIND_PROTOCOL.DEVICE;
fuchsia.BIND_USB_CLASS == fuchsia.usb.BIND_USB_CLASS.WIRELESS;
fuchsia.BIND_USB_PROTOCOL == fuchsia.usb.wireless.BIND_USB_PROTOCOL.BLUETOOTH;
fuchsia.BIND_USB_SUBCLASS == fuchsia.usb.wireless.BIND_USB_SUBCLASS.MISC;