This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2538: How to get endpoint in ZCL identify mode?

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.