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.

CC2340R5: Receive APS payload

Part Number: CC2340R5

Tool/software:

I am trying to receive APS raw data in ZBOSS. I have followed the SimpleLink Academy to send the APS raw data from on_off_switch, and has confirmed the APS data was sent successfully through sniffer log.

On the receiver side, I tried to use zb_aps_get_aps_payload() in zcl_specific_cluster_cmd_handler to retrive the APS payload, however the returned buffer and size did not seem right. The sent payload size was 12, but the returned size was only 4, and the data buffer only contained the last 4 bytes:

Is this an issue in the stack, or am I not using it right?

Best regards,

Shuyang