-
Notifications
You must be signed in to change notification settings - Fork 306
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
andorid start_notify no Descriptor #1527
Conversation
What happened?Format and Lint?I don't understand |
We use Also, I don't think this is the right way to fix the issue. It seems like the if statements are just silently ignoring the bug. Can you explain more about what you are trying to fix and why this fixes it? |
I am developing an APK that uses a ble device, |
This should already be handled in the
I would like to understand what is actually going on before considering merging these change. E.g. does the same Python script work on other OSes but not on Android. Can we get logs showing what descriptors are actually reported by the device. Are we sure this isn't a defective device like those described in #972? |
my code is working properly on Windows, and bleak/init.py start_nofity also char_specifier: Union[BleakGATTCharacteristic, int, str, uuid.UUID] |
He doesn't work. I entered a string uuid into the start_nofity and reported an error. |
#828