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.c文件中有函数“ZDApp_CoordStartPANIDConflictCB”,定义如下:
uint16 ZDApp_CoordStartPANIDConflictCB( uint16 panid )
{
return ( panid + 1 );
}
请问这个函数是在什么时候调用的呢?又是被谁调用的呢?
另外,PAN ID 是在f8wConfig.cfg文件中被初始化的,那么还需要ZDApp_CoordStartPANIDConflictCB这个函数干什么呢?