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
however, this method doesn't always returns the desired result. Sometimes I jump directly into the timeout which stops the scan immediately and does not connect my device.
Someone has an idea what I'm doing wrong?
thanks and best regards!
The text was updated successfully, but these errors were encountered:
Please create a test project and implement the breaking code. I would try to only show an example of this with FlutterBleLib and no other packages / noisy code.
You have two places where you stop the scan and one place where you disconnect/cancel connections.
Hello everyone,
I wrote the following method to scan for nearby bluetooth devices and connect to an earlier saved device.
however, this method doesn't always returns the desired result. Sometimes I jump directly into the timeout which stops the scan immediately and does not connect my device.
Someone has an idea what I'm doing wrong?
thanks and best regards!
The text was updated successfully, but these errors were encountered: