Part Number: CC2650
i am try to use zcl_SendReportCmd to send report
when i debug there is massage tell me that he can't find zcl_SendReportCmd in the code
i beleive that zcl_SendReportCmd is part from Zcl
so what is the problem ?
zclReportCmd_t rptcmd;
rptcmd.numAttr = 1;
rptcmd.attrList[0].attrID = ATTRID_DEVICE_TYPE ;
rptcmd.attrList[0].dataType = ZCL_DATATYPE_BOOLEAN;
rptcmd.attrList[0].attrData = (uint8*)&devType;
zcl_SendReportCmd(10, 0, ZCL_CLUSTER_ID_GEN_BASIC, &rptcmd,
ZCL_FRAME_CLIENT_SERVER_DIR, false, 0 );
i used in DLSApp_ezmodeCallback
and i want to send the massage to the coordinator