#define BLE_GATTS_VLOC_USER 0x02 /**< Attribute Value is located in user memory. This requires the user to maintain a valid buffer through the lifetime of the attribute, since the stack will read and write directly to the memory using the pointer provided in the APIs. There are no alignment requirements for the buffer. */
In this case, when I change values in the "User memory", is there any API call or other action required to advise the SoftDevice that the data has changed?
Only the values (content) will change - not the length.
Is there an example which illustrates this?
nRF5 SDK v15.3.0.