Rename type definiton file to following Zigbee specification
[platform/core/connectivity/zigbee-manager.git] / common / include / zigbee_zcl_ias_zone_type.h
similarity index 76%
rename from common/include/zigbee_zclias_control_type.h
rename to common/include/zigbee_zcl_ias_zone_type.h
index b976f39..8ad7135 100644 (file)
  * limitations under the License.
  */
 
-#ifndef __ZIGBEE_ZCLIAS_CONTROL_TYPE_H__
-#define __ZIGBEE_ZCLIAS_CONTROL_TYPE_H__
+#ifndef __ZIGBEE_ZCL_IAS_ZONE_TYPE_H__
+#define __ZIGBEE_ZCL_IAS_ZONE_TYPE_H__
 
 #include <zigbee_types.h>
 
 /**
- * @brief Definition for Zclias control enrol response structure.
+ * @brief Definition for ZCL IAS zone enroll response structure.
  * @since_tizen 3.0
  */
 typedef struct {
        short node_id; /**< Node ID */
        char dest_ep; /**< Destination endpoint */
-       char enroll_code; /**< Enrol code */
+       char enroll_code; /**< Enroll code */
        char zone_id; /**< Zone ID */
-} ZigbeeZcliasControlEnrolResponse_t;
+} ZigbeeZclIasZoneEnrollResponse_t;
 
-#endif /* __ZIGBEE_ZCLIAS_CONTROL_TYPE_H__ */
+#endif /* __ZIGBEE_ZCL_IAS_ZONE_TYPE_H__ */