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]