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

How to know when a GATT client characteristic is updated

Hi,

I use the Current Time Service to get back the time from a smartphone to have a real time clock with a timer. On the current time service example, the value is read when we press the button.

On my application, I want to be notified when the smartphone updated the time characteristic.

I'm not accustomed with GATT client. I have read message sequence chart in the documentation but I don't understand what is the BLE Event that tell me that the GATT server updated the value in the time characteristic.

Thank you for your help

Related