write error: Writing characteristic failed with status code 200 #616
Answered
by
pwespi
brandomcombr
asked this question in
Q&A
-
Hi Community, When I call the write method, I'm getting the error: Writing characteristic failed with status code 200 I saw that in the Device.kt file, there is this condition.
When I enter this first condition, do I need any additional permissions or need to call any other method besides connect to invoke write? |
Beta Was this translation helpful? Give feedback.
Answered by
pwespi
Feb 11, 2024
Replies: 1 comment
-
Status code 200 means ERROR_GATT_WRITE_NOT_ALLOWED. This means the peripheral device does not allow writing to this characteristic. You can check the characteristic properties using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pwespi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Status code 200 means ERROR_GATT_WRITE_NOT_ALLOWED. This means the peripheral device does not allow writing to this characteristic. You can check the characteristic properties using
getServices