Hi ,
sample code (present in the following link ) for device name change through OTA not working ! I have replaced the SimpleBLEpheripheral.C present in the zip file with the SimpleBLEpheripheral.C in the project simple_BLE_pheripheral.
link:
http://processors.wiki.ti.com/index.php/File:Cc2540_deviceNameWrite.zip
Am using CC2540 DK ,in the central device am running hostTestReleaseAll app.
In the link it is mentioned as
" it is necessary to first change the permission to writable with
GGS_SetParameter( GGS_W_PERMIT_DEVICE_NAME_ATT, sizeof ( uint8 ), &devNamePermission );
Additionally, you can register a callback function with GGS to notify the application when the device name has been changed."
But I cannot find these lines in the code i have downloaded .
Upon reading 0x0003 it shows Success but nothing is displayed .Upon writing "PERMISSION DENIED " !!!!
Any help ?
Thanks in Advance,
Senthil.