Part Number: CC2538
Client sent out ZCL identify command. The server would invoke zclSampleLight_IdentifyCB, whose paramater is zclIdentify_t.
zclIdentify_t only involves source address. But I need destination endpoint so as for server to process by different endpoints.
How to get destination endpoint while server got Identify command?
Thanks.