Hello.
I use nRF52832 and its dev board, S132 soft device. nRF5 SDK v14.2.0 is the version number.
I want to change some manufacture specific data from mobile app. Like ORG_UNIQUE_ID. How can i do that?
I belive i need some callback functions to get an event that indicates central wants to change some data. Am i rigth?
Also lets say i want to change some variable on the peripheral side from the central device like tx power or a variable. I know that there is a service for tx power service. But i could not get it work.
How can i know when central wants to change some variable on the peripheral side?