You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Bangle.js you can now enable ANCS and AMS, which allows it to grab notifications and music playback info direct from iOS without an app installed (iOS stays connected to the Bangle). You may also have a HID bluetooth device connected to iOS that you also want to control with WebBLE.
However, when iOS is connected to the device, you don't see it listed in WebBLE and can't connect to it.
However on Android/other OSes you generally can do this.
@gfwilliams is there a bit of the web bluetooth spec that covers this do you know? How would you access these connected devices through the web APIs? Would you just expect to see them in requestDevices()?
Yes, they appear through requestDevices just like any other device. It's possible you may not be able to get hold of full advertising data, but I guess at minimum you'll know the device name.
With Bangle.js you can now enable ANCS and AMS, which allows it to grab notifications and music playback info direct from iOS without an app installed (iOS stays connected to the Bangle). You may also have a HID bluetooth device connected to iOS that you also want to control with WebBLE.
However, when iOS is connected to the device, you don't see it listed in WebBLE and can't connect to it.
However on Android/other OSes you generally can do this.
I believe this should be possible on iOS too, and the BlueFruit app seems able to do it (if that's any help to see how they manage it?) https://github.com/adafruit/Bluefruit_LE_Connect_v2
The text was updated successfully, but these errors were encountered: