Other Parts Discussed in Thread: Z-STACK
Tool/software: TI-RTOS
If multiple attribute under one cluster were set config reporting, and one of attribute was change. To call bdb_RepChangedAttrValue will trigger bdb_RepReport( indexClusterEndpoint ) to report the changed attribute value. But in function bdb_RepReport, other attributes which were not changed will be also reported in the same packet. If multiple attribute under one cluster were changed in same time, multiple reporting command will be sent out, each of them has multiple attribute value. That is a waste of network source.