Вопрос

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?

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top