Part Number: CC2530
1. I want to send read, report and send commands from a ZED with a manufacturer specific profile/cluster but apparently it's not supported (
so how do I go about doing that? Currently nothing is getting sent out at all when I use zcl_SendRead / zcl_SendReportCmd although 0x00 status is returned
2. is using zcl_SendCommand/ zcl_SendRead/ zcl_SendReportCmd better than directly calling AF_Datarequest?
3. in zcl_SendCommand there is a parameter "manuCode", can you explain what that means? I'm guessing it's the msp ID
4. in the sampleapps there is a test endpoint descriptor but it doesn't have a simple descriptor. why not use the simple descriptor already defined in zcl_xxx_data.c if they're for the same endpoint?