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?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top