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.

终端恢复出厂后又自动连上协调器

3.0.2,ZC 2538,ZED 2530

终端入网后,1小时后对终端执行bdb_resetLocalAction

但是终端又自动加入协调器了,协调器并没有permit join

同时协调器里在permit join 180秒后执行了如下程序,结果终端恢复出厂后还是能自动加入

终端执行bdb_resetLocalAction后自动加入协调器的抓包文件见附件,帮忙看一下是不是协调器的permit join一直打开的着?

具体是什么原因导致终端bdb_resetLocalAction后依然能自动加入协调器

AddrType_t dstAddr;
dstAddr.addr.shortAddr = NWK_BROADCAST_SHORTADDR_DEVZCZR;
dstAddr.addrMode = AddrBroadcast;
NLME_PermitJoiningRequest(0);

ZDP_MgmtPermitJoinReq( &dstAddr, 0, TRUE, FALSE );

终端恢复出厂又自动加入.psd