Hello,
I'm creating a BLE project with a couple of custom services. One of my simple characteristics in a service is a string. When is_value_user = false everything works fine. I want to move away from this due to the number and size of my characteristics, and keeping them in memory twice isn't going to work out. The string is kept in a global variable, and I've confirmed the string is good via the debugger, but the value reported by the nRF connect app is gibberish.
Any help is appreciated.

