Hi All,
I have question about BLE simple profile parameters:
In the simple gatt profile example we have setting of charecters:
// Characteristic 5 Value
static uint8 simpleProfileChar5[SIMPLEPROFILE_CHAR5_LEN] = { 0, 0, 0, 0, 0 };
// Simple Profile Characteristic 5 User Description
static uint8 simpleProfileChar5UserDesp[17] = "Characteristic 5";
I changed the line of profilechar5 to: static uint8 simpleProfileChar5[SIMPLEPROFILE_CHAR5_LEN] = "abcd";
When i tried to read the value i get the same value even after i changed the values to abcd:
