-
Notifications
You must be signed in to change notification settings - Fork 336
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
Support for Descriptor Read/Writes #423
Comments
@swanav I think reading a descriptor should be possible. I noticed on Android it is possible to set descriptors not sure if it is possible on iOS (the docs are a bit vague there). |
Hi @remonh87! It's possible to write descriptors on iOS as well. Here's a reference to the API from CoreBluetooth which provides this functionality. writeValue(_:for:) | Apple Developer Documentation Though my use case primarily needs to read the descriptors, but for the sake of completeness I feel write support should also be included as well. |
Me as well. Great initiative @ened! Are you planing to include it soon? |
Is your feature request related to a problem? (please describe)
For an application, I need to read the descriptors of my characteristics to figure out the functionality of the characteristics.
Describe the solution you'd like
An API which should allow me to write and read descriptor values for a characteristic
Describe alternatives you've considered
Additional context
I'll be glad to provide if any further information is needed.
The text was updated successfully, but these errors were encountered: