In "zclProcessInWriteUndividedCmd", when "calculate the length of the current data header", the "hdrLen = j * sizeof( zclWriteRec_t )" should be "hdrLen = i * sizeof( zclWriteRec_t )" or "hdrLen = writeCmd->numAttr* sizeof( zclWriteRec_t )"
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.
In "zclProcessInWriteUndividedCmd", when "calculate the length of the current data header", the "hdrLen = j * sizeof( zclWriteRec_t )" should be "hdrLen = i * sizeof( zclWriteRec_t )" or "hdrLen = writeCmd->numAttr* sizeof( zclWriteRec_t )"
Hello Aries,
Thanks for reporting, I've asked the Software Development Team to comment.
Regards,
Ryan