Callback for acknowledgement after sending an update? #5809
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2017-08-25 by @gfwilliams Hi, there isn't anything like that implemented at the moment, no. All the available callbacks are listed in the Reference page. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-08-24 by MobiTech
I would like to update a value of a BLE service and therefore send a notification with acknowledgement (using indicate). The server sends the notification to the client. After the notification is successfully received by the client it should send a confirmation message back to the server which acknowledges the successful communication.
Is there already implemented a callback to handle the received acknowledgement so that the server knows that the notification was successfully transmitted to the client? I have not found something in the references. Do you have a API with all callbacks?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions