zigbee 发送zcl_SendConfigReportCmd 之后 出现重启现象问题~~·
时间:10-02
整理:3721RD
点击:
为什么 我串口发送一次 然后调用此函数 zcl_SendConfigReportCmd 发送 就会导致协调器重启
typedef struct
{
uint8 numAttr; // number of attribute IDs in the list
zclCfgReportRec_t attrList[]; // attribute ID list
} zclCfgReportCmd_t;
要动态分配内存
动态分配内存? 我还少了什么函数调用么 不太了解 求vv指导一下