-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fails to discover characteristics for service #10
Comments
@acstacey The error looks like you're trying to subscribe to a characteristic before discovering it ( |
@geovie Not sure how that could be happening - code below
|
It also sometimes fails with: |
I get this error reading a service from time to time too. Haven't dug into it yet. Works most of the time, figured it was a windows hiccup. |
No matter what I put in for the array of characteristic UUIDs it fails to discover characteristics and never calls the callback. The same code discovers all characteristics in noble-uwp. (The service is successfully discovered)
GetCharacteristicsForUuidAsync: no characteristic with given id
BLEManager::Notify::<lambda_a1184b3e8bf00761754d30ee7a9f05b8>::operator (): GetCharacteristic error
The text was updated successfully, but these errors were encountered: