Other Parts Discussed in Thread: Z-STACK
Hi community...
I'm using zclGeneral_SendGroupAdd(...), to add devices to a group. Apparently it's working well!
But I defined a Grup Response Call Back ("zclSampleSw_GroupRspCB") in ZCL General Profile Callback table , in Server side (the device that adds the device to a group).
So, when a device is added to the group with success, I should received a zclSampleSw_GroupRspCB???
I present this doubt because, in the zll_sampleremote example, from "Z-Stack Lighting 1.0.2", when the zll_sampleremote added a device, it receives a zllSampleRemote_GroupRspCB...
I appreciate any help!!