I have written a string data from peer device, and i want to update the device name with the string in run time without resetting the SOC, how can I do it and what are the steps I need to follow?
Regards
Rit
I have written a string data from peer device, and i want to update the device name with the string in run time without resetting the SOC, how can I do it and what are the steps I need to follow?
Regards
Rit
Hello,
It shouldn't be a problem to update the device name while connected. Did you use the sd_ble_gap_device_name_set() function for this? Please take a look at this post here if you want the new name to be reflected in the advertising payload: https://devzone.nordicsemi.com/f/nordic-q-a/69066/change-advertised-name-bluetooth
Best regards,
Vidar
Hello,
It shouldn't be a problem to update the device name while connected. Did you use the sd_ble_gap_device_name_set() function for this? Please take a look at this post here if you want the new name to be reflected in the advertising payload: https://devzone.nordicsemi.com/f/nordic-q-a/69066/change-advertised-name-bluetooth
Best regards,
Vidar