I would like to change the device name of the nRF51422 trough a mobile device(Android AND iOS). The name should be stored even when I disconnect the supply.
From a nordic employee i know: iOS/Apple has blocked access to the GAP Service, where the device name is located.
I will have to add a function on my project to recieve Strings and store them in the pstorage.
How should the function for recieving strings look like? Are there examples?