Is there any way to change the BLE device name while the CC2640R2F SimpleBLEPeripheral program is running?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
The BLE device name is given by the content of the Advertising data and/or the content of the Scan Response. As a result, if you change the content of these two data sets, the name of the device will change.
A few caveats to keep in mind:
I hope this will help,
Regards,
Hello YK Chen,
In my application, I am using SPP to connect and then change the BLE advertising name as requested by the client. Do I need to take any particular steps to change the scan response and advertising data? In my application, the client can request to change the advertising name and I should be able to do that while my service is still running.