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
I see that in the WriteValueAsync method you can pass an options dictionary to write the value and await a response.
WriteValueAsync
options
The required options dictionary should contain type = request for that (my reference is https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/gatt-api.txt#n99)
type = request
How can I read the response / see whether the write was succesful? The WriteValueAsync task does not return a value directly.
The text was updated successfully, but these errors were encountered:
It's a bit late, but I've been having some of the same issues, which I talked about here: #8 (comment)
Maybe something there can help with your project?
Sorry, something went wrong.
No branches or pull requests
I see that in the
WriteValueAsync
method you can pass anoptions
dictionary to write the value and await a response.The required options dictionary should contain
type = request
for that (my reference is https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/gatt-api.txt#n99)How can I read the response / see whether the write was succesful? The
WriteValueAsync
task does not return a value directly.The text was updated successfully, but these errors were encountered: