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

NCS change BLE device name during runtime

Hello,

I'm developing an BLE application with NCS where I want to be able to change the BLE device name during runtime. Therefore I enabled CONFIG_BT_DEVICE_NAME_DYNAMIC in the prj.conf.

It works but I always get this warning message when I change the device name:

<wrn> bt_hci_core: Unable to store name

So I'm curious why this warning says that the name couldn't be stored but it still changes?

Thanks in advance.

Related