This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to change the device name?

Hi all,

I'm using the PCA10028 and S130 based on SDK9.0。Now I have save the device name(such as "My device") in the flash,so the 51822 can read the device name and update the name when powered up or reset everytime.I have use sd_ble_gap_device_name_set function to set the name in the gap_params_init function reference to the project in SDK.Also I can see the value of err_code variable is zero when call the sd_ble_gap_device_name_set function.The gap_params_init is called in front of advertising_init function.But the device name cann't be updated.

Could anyone tell me how to make it?Thanks.

Parents Reply Children
No Data
Related