Part Number: CC2531
Other Parts Discussed in Thread: Z-STACK
Hello,
I am currently running Z-Stack Mesh 1.0.0 on two CC2531 USB dongles, one configured as Co-Ordinator and other as an End Device. Post association and a data transfer from End Device to Co-Ordinator, I am issuing a Network Leave command from the Co-Ordinator to the End-Device calling the following API on a key press.
uint8 IEEEAddr[Z_EXTADDR_LEN];
APSME_LookupExtAddr(dstAddr.addr.shortAddr, IEEEAddr);
status = ZDP_MgmtLeaveReq(&dstAddr, IEEEAddr, TRUE, FALSE, FALSE);
Also, I have verified the destination short address and the IEEE Extended Address.
Though the "status" is reflected as SUCCESS, using a sniffer, I am unable to see any DATA packet OTA. Please advise.
Thanking You,
Abhay
