-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
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
Getting rssi continously for scanResults? #23
Comments
I also had this problem that the scan couldn't keep up with the latest devices around me. |
you could try to set |
yes that sounds good to me^ Please try 1.7.6+. reopen a new issue if you still have problems. |
Actually this is more like a question than an issue.
What i need to do is scan for bluetooth devices, And I periodically need to update the list with new device, and for existing device, updating their corresponding rssi in the list. For this I use Timer to execute findBluetoothPeripherial(), every 40 seconds.
My Question, is there a better way of achieving this?
Another question
What is the difference between -
And
The text was updated successfully, but these errors were encountered: