Hi
I want to change BLE name from GUI or from APP during runtime.
How can I change BLE name during runtime?
Is their any command or some other method to change BLE name during runtime?
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
I want to change BLE name from GUI or from APP during runtime.
How can I change BLE name during runtime?
Is their any command or some other method to change BLE name during runtime?
Hi,
Would you mean changing the advertisement name?
Below you should find a quick lab on how to change the advertisement name, note that this is for project zero but steps are the same for any project with CC2652R device.
regards,
Hi,
Yes it's definitely possible and to do so I'm pointing you the thread below where you'll have all the details for it.
Thanks and Regards,
thank you Guillaume,
I am using simple peripheral sample code. I want to show BLE address, BLE name, and Version name on terminal through uart. is it possible .
if yes, which varrible I need to print for BLE Address , BLE name and Firmware version of BLE.
Hi,
It's possible and I suggest you to have a look at the GATT table for the exact variable name. You can also check the simple_peripheral menu in the project, it provides a feature similar to your.
For the BLE name: attDeviceName in ti_ble_config.h
Regards,