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.

GATT_WriteLongCharValue

I have a characteristic that is close to 200 bytes long so I need multiple connection intervals to send the data. I read that the L2CAP will take care of splitting the data into the maximum packet size for me so I assume I just need to call GATT_WriteLongCharValue and it will take care of the rest for me.  However, I have been reading that GATT_WriteLongCharValue has some issues beyond 96 bytes or so.

What would be the correct way to go about this and what commands do you recommend I work with?

Thanks,

Arsh Buch