write_gatt_char response in always None #1206
-
Hello, I'm writing a test clinet for a bluetooth GATT server. Now, I've read this issue but I'm not sure how that guy managed to solve it. I need to get the response from that write_gatt_char function. Is there any way to achieve this? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Returning None is the expected behavior. If there is an error, it will throw an exception. What were you expecting it to return? |
Beta Was this translation helpful? Give feedback.
Returning None is the expected behavior. If there is an error, it will throw an exception.
What were you expecting it to return?