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.

CC2630和CC2538调试咨询



2630作为DoorLock和2538作为DoorLockController

2538下发指令,2630能响应,2630端如果本地手动开锁,

想把本地开锁的状态也同步给2538,请问该怎么处理?

本地开锁后直接发送下面的指令,2538没有任何反应

zclClosures_SendDoorLockStatusResponse(
                    pInMsg->msg->endPoint,
                    &pInMsg->msg->srcAddr,
                    COMMAND_CLOSURES_LOCK_DOOR,
                    ZCL_STATUS_FAILURE,
                    true,
                    pInMsg->hdr.transSeqNum);