Hello!
I followed the TI link to optimize the BLE Throughput : http://processors.wiki.ti.com/index.php/CC2640_BLE_Throughput
I obtained a characteristic with 60 bytes but when I try to change the transmitted values it looks like in the screenshot.
I created a for loop to put values from 0 to 59 in the characteristic but it send in ATT_Handle_Value_Notify from 0 to 0x13, on the first payload from 0x14 to 0x2E and in the final payload from 0x2F to 0x3B. How can I change the characteristic to write all values in ATT_Handle_Value_Notify, not in payload?
P.S. In ATT_Handle_Value_Notify the rest of the values are random.
Thanks,
Alin