Hi ,
I need to change the Scan Response Data dynamically.
Device Name characteristic in the Generic Access Service is enabled to write using,
uint8 devNamePermission = GATT_PERMIT_READ | GATT_PERMIT_WRITE;
GGS_SetParameter( GGS_W_PERMIT_DEVICE_NAME_ATT, sizeof ( uint8 ), &devNamePermission );
Is it possible to see the value written in attDeviceName into scanRspData of SimpleBlePeripheral ?
I am using TI BLE stack v2.1.1
Thanks in advance !