How can I change the device name in scan response during runtme
The BLE device in my application (based on DSPS) reads the device name from a host connected to the UART. The read operation is started on starup and takes a few seconds. The device name is read in the functions app_easy_gap_non_connectable_advertise_start_create_msg() and app_easy_gap_undirected_advertise_start_create_msg() in app.c so far I am correct. It seems to me, that these functions are only called once during initialization. Is there any way to set or change the device name for the scan response after the initialization?
Thanks for your help.