-
Notifications
You must be signed in to change notification settings - Fork 464
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
Couldn't find the Bluetooth device #83
Comments
Hi, have you granted the required permissions? If not you may go in to app settings and grant location permissions and also enable location services. |
Yes! permission and service is granted. I have tested it on Samsung s10+ and huawei mate 10 lite. But the official play store app works fine. |
On Android 10 scanning requires LOCATION FINE PERMISSION. As far as I remember the app was requesting LOCATION COARSE PERMISSION, not fine. Go to Android Manifest and here: Android-nRF-Toolbox/app/src/main/java/no/nordicsemi/android/nrftoolbox/scanner/ScannerFragment.java Line 228 in 08b67a2
and here: Android-nRF-Toolbox/app/src/main/java/no/nordicsemi/android/nrftoolbox/scanner/ScannerFragment.java Line 221 in 08b67a2
and replace them with FINE version. Then try again. |
The apps shows bonded bluetooths but not the one with nrf ble. I have changed location to fine still it doesn't working. |
Perhaps you now have to Deny this permission and grant it again, so that the correct one is given? |
I downloaded this project and build it but the app wasn't able to find the my Bluetooth.
If I download your official app which is available on play store that app works fine in finding and connecting to the Bluetooth.
Can you please give me hint from where should I start find solution to this problem?
The text was updated successfully, but these errors were encountered: