-
Notifications
You must be signed in to change notification settings - Fork 103
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
Ble scan only works the first time #138
Comments
what function do you use to search devices ? EDIT : android 7.1, no problem with startScan |
evothings.ble.startScan(onDeviceFound, onScanError, options) i did test this a lot. but it only works the first time. android 5.1.1 |
When using it 'stock', just console.log result |
the problem that i have , is it only works when my bl is off ,and the app automatically turns it on. after the first time i done get the any peripheral endlessly, |
Did you call 'stopScan' before 'startScan' again ? |
I have an application. in my app i scan for ble devices. but it only works in just one way,
when my phone Bluetooth is off and i scan for ble , the plugin asks user to turn on Bluetooth , and then i finds the ble. but next time it does not work.
i mean it only finds the ble when the plugin asks user to turn on Bluetooth .
does any one know the problem ?
The text was updated successfully, but these errors were encountered: