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
Worked with this lib for the last few months using the commit 147700f From May 21, 2019
May 21, 2019
The stack is a flutter mobile app that communicate with a raspberry pi 3+
flutter
raspberry pi 3+
After upgrading to the latest I started to receive disconnections and the following error at the flutter console:
E/flutter ( 2776): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: GenericFailure(code: CharacteristicValueUpdateError.unknown, message: "GATT exception from MAC='XX:XX:XX:XX:XX:XX', status 133 (GATT_ERROR), type BleGattOperation{description='CHARACTERISTIC_READ'}. (Look up status 0x85 here https://android.googlesource.com/platform/external/bluetooth/bluedroid/+/android-5.1.0_r1/stack/include/gatt_api.h)")
To pin point the faulty commit I started to roll back this library and found out that the disconnections start after using commit 15dbdb1 Jan 17, 2020.
Jan 17, 2020
So now I am using commit 5ba052e Jan 10, 2020 and it behave well.
Jan 10, 2020
Let me know if you need any more information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Worked with this lib for the last few months using the commit 147700f From
May 21, 2019
The stack is a
flutter
mobile app that communicate with araspberry pi 3+
After upgrading to the latest I started to receive disconnections and the following error at the
flutter
console:To pin point the faulty commit I started to roll back this library and found out that the disconnections start after using commit 15dbdb1
Jan 17, 2020
.So now I am using commit 5ba052e
Jan 10, 2020
and it behave well.Let me know if you need any more information.
The text was updated successfully, but these errors were encountered: