Hello!
I'm trying to understand a bit better how to modify the UUIDs. I'm using the ble_app_blinky, sdk 15 and SES.
1.- In the example i can read 0 or 1 according to the button state. What i want to modify is that every 3 clicks it sends a 2 instead of a 1. I already have the counter for the clicks but i haven´t found how and where to modify the value sent to the app.
2.-In the file ble_lbs we have a define called LBS_UUID_BASE, i wrote a new UUID but it doesn´t change when i read it in the app
Thanks for the help.