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