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

Setting Bluetooth Device Name in Zephyr

Using Zephyr, I'm looking to configure the BLE name of my devices to use the serial number they are provisioned with.  

To this end there is the API "bt_set_name" that seems like it should do it, but I have not yet found anyway to get it to actually change the name.  The Device always advertises with whatever CONFIG_BT_DEVICE_NAME is set to.

Has anyone successfully done this with Zephyr?

Thank you so much for your help!

Related