Hello Sir,
I am using NXP JN5168-001-M00 module, application Note-JN-AN-1229-ZBPro-Application-Template-v1002.
case ZPS_EVENT_APS_DATA_INDICATION:
{
DBG_vPrintf(TRACE_APP, "APP: vCheckStackEvent: ZPS_EVENT_AF_DATA_INDICATION\n");
APP_vSendPayload_Ucast(tempbuf,6,Clust_ID, Des_Address); ------- > coordinator data to sed function
}u16bytesread = PDUM_u16APduInstanceReadNBO(sStackEvent.uEvent.sApsDataIndEvent.hAPduInst, 0, "bbbbbbbbbbbbbbbbbbbbbbbbbbb",&payload);
DBG_vPrintf(TRACE_TRUE, "Read: %d, DATA : %x \r\n", u16bytesread,u8TempPayload);Hi Loganathan,
Did you try to send this data when you received the data request from the SED?
Could you please provide your sniffer log?
The SED device needs the Pending internal flag when the coordinator wants to send some data.
Regards,
Mario