-
Notifications
You must be signed in to change notification settings - Fork 115
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
resolve_gatt not implemented for bluezero.GATT.Descriptor #353
Comments
Actually, on the same note, |
I also found that (at least for my device) the first call to |
Hmm? That does look like it is all a bit of a mess. I suspect that the resolve_gatt in the Service and Descriptor init's are never called because they are protected by that python-bluezero/bluezero/GATT.py Lines 306 to 307 in 6f46b6c
I suspect the way it is done in the python-bluezero/bluezero/central.py Lines 92 to 94 in e6b4e96
There being no |
There is call for
self.resolve_gatt()
insidebluezero.GATT.Descriptor
's constructor, however it's not implemented.The text was updated successfully, but these errors were encountered: