Rename type definiton file to following Zigbee specification
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-lib / include / zblib_driver_zcl_group.h
index e143cb7..e353513 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __ZIGBEE_LIB_DRIVER_ZCL_GROUP_H__
 #define __ZIGBEE_LIB_DRIVER_ZCL_GROUP_H__
 
-/**< ZigBee 'Zcl group' driver operations */
+/**< ZigBee 'ZCL Group' driver operations */
 typedef struct {
        gboolean (*add_group)(ZigBeeDriver *driver, guint request_id);
        gboolean (*view_group)(ZigBeeDriver *driver, guint request_id);
@@ -29,7 +29,7 @@ typedef struct {
        gboolean (*add_group_if_identifying)(ZigBeeDriver *driver, guint request_id);
 } ZblibDriverZclGroupOps_t;
 
-/**< ZigBee 'Zcl group' ops IDs */
+/**< ZigBee 'ZCL Group' ops IDs */
 typedef enum {
        ZBLIB_ZCL_GROUP_OPS_ADD_GROUP = 1, /**< Move add group */
        ZBLIB_ZCL_GROUP_OPS_VIEW_GROUP, /**< View group */