Arvindh

Results 6 comments of Arvindh

The issue is solved if we have a delay between consecutive setNotifyValue.

In the example above, await inside a forEach doesn't work. Separate discovery of service/characteristics and setNotifyValue call rather than making it in a single loop. For example ``` accelerometerCharacteristic =...

yes, this actually becomes an issue when we listen to scanResults asynchronously. Say the start and stop scan methods are invoked only on widget creation and dispose, listening to scanResults...