Open lpc-nz opened 2 years ago
Any update on this?
Have the same issue with Bluetooth on android 12, on 10 and 11 works perfectly. Adding additional permissions required by Android 12 and updating OS to the latest version did not change anything.
@georgechem I've found that you have to add at first these permissions inside the AndroidManifest and through a Permission manager ask for them to the user
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
Then you have to target at least api 33 of Android, otherwise it won't work and won't event ask for those. I think that this is not related to this library, but to Android itself.
Thanks a lot I will try.
It did not work - looks like permissions are granted but nothing happen beside this. It is SONY-XQ-AS-52
This is my Flutter app error in the Bluetooth. Can someone solve my error?
Hi everyone I am working on the Bluetooth connection and I have some problems with the new Android version. Most Android phones work perfectly except for some Samsung phones (S21, S21 +). Does anyone know about these issues? Please give me some help.
I have tried to add permission but it still has no luck.