-
-
Notifications
You must be signed in to change notification settings - Fork 284
CurieBLE: descriptor.read() does not block #478
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
Comments
Tracked by Jira 890. |
We have system tested, but not unit tested yet. |
@SidLeung I was expecting the delay(1000) to be removed from peripheral_explorer.ino so this needs an update. |
This looks good now with the 2.0.2 RC JSON @SidLeung provided me. Closing. I'll open a small to remove the Here's the result from running again bleno's test.js on a Raspberry Pi (I had to mod the sketch to scan with duplicates as mentioned in #370):
|
Similar to #383 but for descriptor.
I would like to remove the
delay(1000);
statements from the peripheral_explorer example. So, expectdescriptor.read()
to behave likecharacteristic.read()
and block.The text was updated successfully, but these errors were encountered: