Re: Web Developer with BLE
Posted: Fri Feb 20, 2026 3:14 pm
Thanks, Stefan. That's useful to know.
I've just done some searching and found this note:
I've just done some searching and found this note:
So you might need to have something like the following: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.
Code: Select all
filters: [ { namePrefix: "Flow" } ], optionalServices: [0xffe0]