Page 2 of 2

Re: Web Developer with BLE

Posted: Fri Feb 20, 2026 3:14 pm
by Steve-Matrix
Thanks, Stefan. That's useful to know.

I've just done some searching and found this note:
If you use filters (like namePrefix) to find a device, you must still specify the services you plan to access in the optionalServices array to connect to them.
So you might need to have something like the following:

Code: Select all

filters: [ { namePrefix: "Flow" } ], optionalServices: [0xffe0]

Re: Web Developer with BLE

Posted: Thu Mar 05, 2026 2:06 pm
by stefan.erni
Hi Steve

Yes with this filter it's working fine on:

W11 with Edge
Android with Chrome

Iphone with IOS does not allow BLE on HTML, or I don't know how to setup.

I'll continue with Win and Android.

Re: Web Developer with BLE

Posted: Thu Mar 05, 2026 2:43 pm
by Steve-Matrix
Thanks, Stefan.

It looks like iPhone does not support BLE via HTML:
https://caniuse.com/web-bluetooth

Re: Web Developer with BLE

Posted: Fri Mar 06, 2026 10:35 am
by BenR
According to Google - Bluefy is a browser app you can install on an iPhone, iPad to allow WebBluetooth.

Please note I haven't tested this and have no other reference for the app.

https://apps.apple.com/us/app/bluefy-we ... 1492822055

What's odd to me is that this works yet chrome does not.