About BLE read callback

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I have customer server service, with one character as uint8[128].

   

I want to implement as when the client request a read request, the server will fillin new values, then return with new values.

   

 

   

So my question is the CYBLE_EVT_GATTS_READ_CHAR_VAL_ACCESS_REQ is invoked before send out the read response or after the read response?

0 Likes
1 Solution
Anonymous
Not applicable

This is triggered on the server before sending the read response.

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

This is triggered on the server before sending the read response.

0 Likes