Skip to content
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

Unhandled Exception: GATT exception, status 133 (GATT_ERROR) #68

Open
mbn18 opened this issue Apr 28, 2020 · 0 comments
Open

Unhandled Exception: GATT exception, status 133 (GATT_ERROR) #68

mbn18 opened this issue Apr 28, 2020 · 0 comments

Comments

@mbn18
Copy link

mbn18 commented Apr 28, 2020

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 a 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.

So now I am using commit 5ba052e Jan 10, 2020 and it behave well.

Let me know if you need any more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant