I'm using SDK 15.3 on a 52840 and this (How to set BLE device name based on device parameters) works on startup, no problem. I can set a name easily.
Now suppose I want to change the name every couple of minutes? I can set the name with this code but it's not changing on the adverts as far as I can see. Must be missing something.
This post ( How to change the device name?) says to issue a function call that doesn't exist in this version of SDK (the post is quite old) and I haven't figured out what the right one is in this version of SDK. If I go back for an init using ble_advertising_init(), I get an 8 error code back.
Any hint on this SDK 15.3?