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.

哪些情况会导致AF_DATA_CONFIRM_CMD的状态值为0x01?

调用AF_DataRequest发送数据,会在AF_DATA_CONFIRM_CMD中得到该次调用的状态值,其中调用AF_DataRequest的Tx options参数为AF_ACK_REQUEST.

测试得到的afDataConfirm->hdr.status的值有以下值:

0x00(ZSuccess),

0x01(ZFailure),

0xcd(ZNwkNoRoute),

0xb7(ZApsNoAck),

0x1a(MAC_NO_RESOURCES),

0xe1(ZMacChannelAccessFailure),

0xe9(ZMacNoACK)

请问有哪些情况会导致返回状态值0x01(ZFailure)?