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.

子设备掉线后停止了搜索协调器,为什么一段时间后又自动开启搜索功能?

在子设备掉线之后,我调用了 ZDApp_StopJoiningCycle();抓包发现子设备确实停止发送beacon request,但是一段时间后它又开始发送beacon request,这个时间段刚好就是1分钟,也就是和我的设置一样:

-DREJOIN_POLL_RATE=440 

-DREJOIN_BACKOFF=60000

-DREJOIN_SCAN=60000

以上,为什么我停止了搜索功能,它还是会再次开启?