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

device name change

Hi all,

I need to change the device name frequently to show button status. So remote device can see button status without connecting to device.

Is there any way to achieve this? I used SDK 6.1.0, PC1001 proximity demo code. Here, I called sd_ble_gap_device_name_set routine with an incremental number every time one button pressed in my evolution kit. But, I found the device name never getting updated, its always sowing the name set on starting. Is there any other way to change the name dynamically without resetting stack?

Related