Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown Device #112

Open
aroberts9 opened this issue Jun 16, 2023 · 2 comments
Open

Unknown Device #112

aroberts9 opened this issue Jun 16, 2023 · 2 comments

Comments

@aroberts9
Copy link

WebHID works fine when connecting a device over USB. Using Bluetooth over HID also works as expected. The only issue with HID over Bluetooth (from what I've seen) is that the device comes up as

"Unknown Device (VID:PID)"

It would be nice to have the name of the device or even the Bluetooth name if possible.

@nondebug
Copy link
Collaborator

Are you on Windows?

Do you know if your Bluetooth device is Bluetooth LE or Bluetooth Classic?

On Windows, Chromium's WebHID implementation uses HidD_GetProductString to fetch the product name, which isn't supported by the HID stack for BLE. Chromium would need to fetch the names of BLE devices through Windows.Devices.Bluetooth.

This is a WebHID implementation bug so I've filed this in the Chromium bug repo: https://crbug.com/1455500

@aroberts9
Copy link
Author

Yes on Windows & it is BLE.

Thank you for this information. Hopefully it can be implemented soon. Not the biggest deal but it also would look nicer with the name on the device picker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants