Question

I'm trying to get a device name for a USB Bluetooth transceiver to use with CreateFile, but I don't know the file path. I've tried the USB file path but always return SHARING_VIOLATION.

In order to understand if that's the correct device path, how can I get Windows registered device names? Is there a standard device path for a Bluetooth transceiver?

Was it helpful?

Solution

The most straight-forward is likely USBDeview to find the exact device name.

And I'm not aware of a standard name for the BT transceiver.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top