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.

Host can not write more then 20 bytes data to CC26xx

Other Parts Discussed in Thread: CC2541, CC2650

Hi all,

I try to modify simpleBLEPeripheral to receive data from host(iPhone with lightBlue). I use lightBlue to send out 30bytes to CC2650(from sniffer i see lightblue send out twice write request and receive twice response), but simpleGATTProfile only receive 24 bytes(receive 6bytes when send out 21 bytes). I do same test on CC2541, everything is fine. attachement is my sample code(i only modify writeCB to check charactristic 3 data length and pint on LCD) please help to check this issue. thanks.

6014.CC26xx.zip8171.CC2541.zip