This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: How to write more data in simplePeripheral char 1 service?

Part Number: CC2640R2F

Hi,

I m working on CC2640R2F device with Simple Peripheral project. I can able to read and write the data with Android ble scanner to connect and write the data in char 1 and char 3 GATT Attribute service and able to see in CC2640R2 device serial port. My question is, Can we increase the character size? As of now, this example project gives 1 character read and write , how to increase it? I want to write the more character like 5 to 7 bytes instead of 1 byte ( 1 character) 

Thanks In Advance