Rename type definiton file to following Zigbee specification
[platform/core/connectivity/zigbee-manager.git] / common / include / zigbee_zcl_group_type.h
index ea2397b..d15219a 100644 (file)
@@ -22,7 +22,7 @@
 #include <zigbee_types.h>
 
 /**
- * @brief Definition for Zcl group add group structure.
+ * @brief Definition for ZCL Group add group structure.
  * @since_tizen 3.0
  */
 typedef struct {
@@ -33,7 +33,7 @@ typedef struct {
 } ZigbeeZclGroupAddGroup_t;
 
 /**
- * @brief Definition for Zcl group view group structure.
+ * @brief Definition for ZCL Group view group structure.
  * @since_tizen 3.0
  */
 typedef struct {
@@ -43,7 +43,7 @@ typedef struct {
 } ZigbeeZclGroupViewGroup_t;
 
 /**
- * @brief Definition for Zcl group get group membership structure.
+ * @brief Definition for ZCL Group get group membership structure.
  * @since_tizen 3.0
  */
 typedef struct {
@@ -54,7 +54,7 @@ typedef struct {
 } ZigbeeZclGroupGetGroupMembership_t;
 
 /**
- * @brief Definition for Zcl group remove group structure.
+ * @brief Definition for ZCL Group remove group structure.
  * @since_tizen 3.0
  */
 typedef struct {
@@ -64,7 +64,7 @@ typedef struct {
 } ZigbeeZclGroupRemoveGroup_t;
 
 /**
- * @brief Definition for Zcl group remove all group structure.
+ * @brief Definition for ZCL Group remove all group structure.
  * @since_tizen 3.0
  */
 typedef struct {
@@ -73,7 +73,7 @@ typedef struct {
 } ZigbeeZclGroupRemoveAllGroup_t;
 
 /**
- * @brief Definition for Zcl group add group if identifying structure.
+ * @brief Definition for ZCL Group add group if identifying structure.
  * @since_tizen 3.0
  */
 typedef struct {