Unable to write to the device using bleak library through write_gatt #1609
Unanswered
SrishtiKaranth
asked this question in
Q&A
Replies: 1 comment
-
Other than explicitly specifying Without any information on the actual device, it is impossible for us to know how it is supposed to work. |
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
-
Description
I want to set the time on my BLE device to the current time in UTC using the write_gatt_char. However, I am facing this issue wherein the BLE notifies that it's successful but when I fetch the time back again from the device, it is still an old wrong time, sometime in 1970.
What I Did
Currently I have this code wherein I communicate with the device and try to set the time as well as fetch the time. But it's not working as intended.
Logs
Beta Was this translation helpful? Give feedback.
All reactions