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

concurrent characteristic write and notify

Hi,

I was just wondering what the sequence of events would be in the following scenario:

A S110 peripheral device (GATT server) has a characteristic with write access and notifications enabled (by the GATT client). The GATT client performs a write to the charteristic at the same time as the GATT server issues a notification (changing it to different value).

What would happen in the first connection interval following these events?

Related