This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Changing a read characteristic value during a connection

I was disappointed to see from this question that when calling sd_ble_gatts_characteristic_add(), the value of the characteristic is copied to the SD's memory region:

devzone.nordicsemi.com/.../

A change to the value after a connection is made will not be reflected in the characteristic. It must be a perfectly common use case to expect this to happen. How do you suggest we implement this?