Replies: 1 comment
-
|
Not supported currently. Opened an issue. PRs are always welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building an application that needs to read a GATT Characteristic Descriptor (specifically the Characteristic User Description, UUID 0x2901) to understand the context or "name" of the value being read.
Currently, I am successfully able to read the characteristic value itself using UniversalBle.read(), but I haven't figured out how to read the associated descriptor to get its description/name.
Beta Was this translation helpful? Give feedback.
All reactions