Zigbee Protocol Controller 1.6.0
|
Go to the source code of this file.
Macros | |
#define | ZCL_WRITE_MAX_DATA_SIZE 16 |
Functions | |
sl_status_t | zigpc_zcl_profiles_init (void) |
init_cluster_attributes - the API for instantiating cluster attributes Required to set up all attributes on supported clusters. More... | |
size_t | zigpc_zclprofiles_get_cluster_attribute_count (const zcl_cluster_id_t cluster_id) |
Retrieve number of attributes of a given cluster. More... | |
sl_status_t | zigpc_zclprofiles_get_cluster_attribute_list (const zcl_cluster_id_t cluster_id, zcl_attribute_t *attribute_list) |
zigpc_zclprofiles_get_cluster_attribute_list - Retrieve the attributes of a given cluster ID. Expected to be called after zigpc_zclprofiles_get_cluster_attribute_count. More... | |