This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Consecutive reading for each connection event?

Hi,

As I know that one reading operation requires 2 connection events: First - ATT Read Request Second - ATT Read Response

GATT Read Message Sequence

My question is: Is it possible to send the next ATT Read Request in the same connection event when the ATT Read Response is received. I mean is it possible to call the sd_ble_gattc_read() again if we don't get the previous ATT Read Response.

It's necessary to perform consecutive reading for each connection events.

Regards, Ivan

Related