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
No
1.32.1
3.27.1
Android
Unknown
Other mobile phones can search BLE normally, but only Samsung can not, Any have encountered this problem?
*
The text was updated successfully, but these errors were encountered:
Similar problem
Sorry, something went wrong.
@z1737029714 I fixed this problem by changing definition of bluetooth scan permission in AndroidManifest. I changed this
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
to this
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation" />
No branches or pull requests
Requirements
Have you checked this problem on the example app?
No
FlutterBluePlus Version
1.32.1
Flutter Version
3.27.1
What OS?
Android
OS Version
Android
Bluetooth Module
Unknown
What is your problem?
Other mobile phones can search BLE normally, but only Samsung can not, Any have encountered this problem?
Logs
*
The text was updated successfully, but these errors were encountered: