Setup:
nrf52840dk
NCS v2.4.1
Hi,
ZCL Discover Attributes Extended Command allows to get the attribute access type. Based on the Zigbee Cluster Library spec 2.5.23.1.5 section the second bit of Attribute access control field should indicate if the discovered attribute is reportable or not.
In zcl_general_commands.c: zb_zcl_disc_attr_handler() following line of code is used for putting the attribute access type to the ZCL Discover Attributes Extended Response.