Hello,
I will try to use the macro ZB_ZCL_SET_MODIFY_ATTR_VALUE_CB to define a callback when an attribut is written in my device.
But the callback I write is never called.
I have try the same thing with ZB_ZCL_SET_REPORT_ATTR_CB when my device receive a report attribut, it works well.
I have try also with ZB_ZCL_CHECK_ATTR_VALUE_CB this works well to, this callback is called before the write attribut is done.
So, what is the problem please ?