We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a client write an attribute, the server should call all callbacks registered by GattServer::onDataWritten.
GattServer::onDataWritten
While it is the case when a server write a characteristic, it is not the case when a server write a descriptor.
This bug is reproducible by running DescriptorReadWrite_test_07.
DescriptorReadWrite_test_07
The text was updated successfully, but these errors were encountered:
ARM Internal Ref: IOTSFW-2380
Sorry, something went wrong.
No branches or pull requests
When a client write an attribute, the server should call all callbacks registered by
GattServer::onDataWritten
.While it is the case when a server write a characteristic, it is not the case when a server write a descriptor.
This bug is reproducible by running
DescriptorReadWrite_test_07
.The text was updated successfully, but these errors were encountered: