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
Also, look at this snippet for dups:
btStream = flutterReactiveBle.scanForDevices(withServices: [], scanMode: ScanMode.balanced).distinct().listen((device) {}
Seen data will get all the dups in the scan. Eventually this produces annoying excessive data.
The text was updated successfully, but these errors were encountered: