Closed changning420 closed 4 months ago
this issue is not related to FBP
device or phone issue
Thank you for your reply. How can I solve this kind of problem? @chipweinberger
it's in the readme. its not easy to solve. I've never solved it.
@changning420 Did you find a solution for this problem? I'm having the same issue.
I've never solved it. @santa010
Android error 133 may be caused by many factors. As far as I understand, it's a catch all for Bluetooth spec violation errors. For what it's worth, I have been seeing this error when connecting to one of my BLE devices that I control (I have the device firmware source code). My scenario is caused by Bluetooth timing violation and I resolved it by making the device advertise faster, run the CPU at full throttle, and make sure the Bluetooth stack doesn't miss its scheduled radio reception (I am stealing the radio time every now and then to do other stuff).
Requirements
Have you checked this problem on the example app?
No
FlutterBluePlus Version
1.32.4
Flutter Version
3.16.5
What OS?
Android
OS Version
android 11
Bluetooth Module
BluetoothGatt
What is your problem?
connect Device___FlutterBluePlusException | connect | android-code: 133 | ANDROID_SPECIFIC_ERROR
Logs