We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stopScan
The second scan will abort after only a few moments because the postDelayed message is never cleared when stopScan is called.
postDelayed
See
cordova-plugin-ble-central/src/android/BLECentralPlugin.java
Line 988 in 0732380
Noticed while looking at code for #901 901
The text was updated successfully, but these errors were encountered:
Android: Clear up time-based stopScan when new scan is started #902
43562b3
Fixes #902
858ed01
bd2734b
peitschie
No branches or pull requests
stopScan
The second scan will abort after only a few moments because the
postDelayed
message is never cleared whenstopScan
is called.See
cordova-plugin-ble-central/src/android/BLECentralPlugin.java
Line 988 in 0732380
Noticed while looking at code for #901 901
The text was updated successfully, but these errors were encountered: