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:
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.