我用的是Zstack 2.5.1
其中API ZDP_EndDeviceBindReq( zAddrType_t *dstAddr,
uint16 LocalCoordinator,
byte endPoint,
uint16 ProfileID,
byte NumInClusters, cId_t *InClusterList,
byte NumOutClusters, cId_t *OutClusterList,
byte SecurityEnable )
想问一下:
ProfileID应该怎么设置?我没有在Zstack2.5.1中找到关于ProfileID的定义。
是否可以自己随便定义比如0x0101?