My app uses both the peripheral.name AND the advertisementData[CBAdvertisementDataLocalNameKey]. But every time I update advertisementData[CBAdvertisementDataLocalNameKey] by means of the CyBle_GapSetLocalName(), the peripheral.name value takes on the old value of advertisementData[CBAdvertisementDataLocalNameKey]. Is there anyway to stabilize the peripheral.name value so that it never changes from the initial value given when the 4200BLE is initially programmed?
Thanks.
Solved! Go to Solution.
Hi ,
Do you mean you want to save the device name into flash , so that the last name should be stored even after power cycle?
If then, you can write the value into flash or sflash by the follwing APIs CySysFlashWriteRow() , CySysSFlashWriteUserRow()
Please refer the system reference guide for API defenition.
Thanks,
Anjana