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