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.

我一直有个疑问,设备基本行为在BDB层,我想请问一下,设备入网会自动上报自己的shortAddr和IEEE吗?

我一直有个疑问,设备基本行为在BDB层,我想请问一下,设备入网会自动上报自己的shortAddr和IEEE吗?如果上报,协调器怎么处理,在哪个回调函数里面?

设备入网是不是自动执行 ZDP_DeviceAnnce?或者是其他的函数来发送shortAddr和IEEE?

协调器处理设备广播地址
#ifdef ZDO_COORDINATOR
case ZDO_CB_MSG:
zclSampleSw_processZDOMgs((zdoIncomingMsg_t *)MSGpkt);
break;
#endif