Hello,
I am using nrf52833-dk for making a ZigBee coordinator. I am using "network coordinator" sample code.
The project is making a ZigBee connection between "nrf52833"(coordinator) and "Aqara Smoke Detector"(End point).
When the smoke detector triggered , i will activate any pin.
I made connection and i got this logs;

And this logs from sniffer module:

The Aqara module always sends "Data Request". But when i triggered the "Aqara Smoke detector ", i dont see any data from the sensor on the sniffer log screen.
And also i am using the below codes.
Toolchain and SDK : v2.9.0
---------------------------------------------------CODE START--------------------------------------------------------------------------------------------------------
I am new on the ZigBee protocol.
How can i fix this problem?
I am waiting for your valuable returns
Best Regards