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

How to deal with the characteristic read event?

Hi:

I'm coding with the nrf52840 dk sample.

as we know, the gatt operate is notify,read, write, etc.

I have found the event about the write,and notify:

case BLE_GATTS_EVT_WRITE:
case BLE_GATTS_EVT_HVC:

but I could find the same event about the READ,

could you tell how to develop with the softdevice S140 API or event  about the read event?

only the solution is to notify the value by timer , then client to read the characteristic is changed.

Related