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.

zigbee协议栈

在协议栈中,能量信道选择具体在哪个函数中实现

  • 在协议栈里面关于ED Scan Request, 你直接使用NLME_EDScanRequest函数就可以了,在这个函数里面调用的是ZMacScanReq,在这个函数里面调用的是 MAC_MlmeScanReq。所以你直接使用NLME_EDScanRequest就可以了。