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 IAS ACE

Other Parts Discussed in Thread: CC2650

Hi, 

Here's the problem,


I'd like to implement ACE on cc2650,


however, TI FAE only provided firedetector project.


How to modify it to ACE?

Another question, 

              zclACEArm_t *pArm;
              pArm = ICall_allocMsg(sizeof(zclACEArm_t)+sizeof(UTF8String_t));
              pArm->armMode = SS_IAS_ACE_ARM_NIGHT_SLEEP_ZONES_ONLY;
              pArm->zoneID = 0x01;
              counter = 38;
              status = zclSS_Send_IAS_ACE_ArmCmd(SAMPLEFIREDETECTOR_ENDPOINT, 
                                                 &zclCIE_IEEE_Addr, pArm, 
                                                 true, counter);
is there something wrong when I tend to send ACE command?
Thanks
Wei