16ca:1502 Bluetooth Dongle

Wireless Cables, Inc.

Vendor ID
16ca
Product ID
1502
Combined
16ca:1502
Decimal
5834:5378

What is this device?

This is the USB identifier for a Bluetooth Dongle manufactured by Wireless Cables, Inc.. The vendor ID 16ca is registered to Wireless Cables, Inc. with the USB Implementers Forum, and 1502 is the product ID that Wireless Cables, Inc. assigned to this particular model. When you run lsusb on Linux, this device appears as 16ca:1502 Wireless Cables, Inc. Bluetooth Dongle.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 16ca:1502 Wireless Cables, Inc. Bluetooth Dongle

You can filter directly with lsusb -d 16ca:1502, or get the full descriptor dump with lsusb -v -d 16ca:1502. Kernel messages from dmesg show the same pair as idVendor=16ca, idProduct=1502.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_16CA&PID_1502
USB\VID_16CA&PID_1502&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_16CA&PID_1502"

macOS

$ system_profiler SPUSBDataType
    Bluetooth Dongle:
      Product ID: 0x1502
      Vendor ID: 0x16ca  (Wireless Cables, Inc.)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

16ca  Wireless Cables, Inc.
	1502  Bluetooth Dongle

More from Wireless Cables, Inc.