Hello,
I download the Example Code from the page:
http://processors.wiki.ti.com/index.php/CC2540_DeviceNameWrite
But it does not include any code with GGS_W_PERMIT_DEVICE_NAME_ATT
And I tried the following code, the permission of Device Name still be read only.
// Set the GAP Attributes
GGS_SetParameter( GGS_DEVICE_NAME_ATT, GAP_DEVICE_NAME_LEN-1, attDeviceName );
uint8 devNamePermission = TRUE;
GGS_SetParameter( GGS_W_PERMIT_DEVICE_NAME_ATT, sizeof ( uint8 ), &devNamePermission );
Are there something wrong? Could anyone help me?
Thanks!
Jeff