I am using Web Bluetooth to connect to a device and read the name and battery level. I got it working but the device I want to connect with is "Unknown or unsupported" but I have no idea why. On requestDevice() I only get my Iphone and a lot of unknown devices.
When I check the bluetooth devices on chrome://bluetooth-internals
I see a few known devices but not the one I am looking for. I have to guess the right device based on the latest RSSI. This is not user friendly.
Is there a way to fix this? Or can someone explain why almost all the devices are unknown or unsupported.
I am using a Mac. (Incase this matters)
UPDATE @François Beaufort
A screenshot of the nRF Connect app. In the app the device has a name. I just saw that the device had a name in
bluetooth-internals
too, but it seems like it doesn't advertise its name always.
And it says Device type: Google
but it isn't a device from Google.