X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Finclude%2Fzigbee_zcl_ias_zone_type.h;fp=common%2Finclude%2Fzigbee_zclias_control_type.h;h=8ad71356541d03c8769dacd6ee4c0206d56add16;hb=a991c099b7f05eaecc8005515d8cb1e58fe8aa8b;hp=b976f39cb45b79382caa3854514b69c1a195b8b1;hpb=16de8e58f80af7b2335260fec1fdd7a33e2d19b9;p=platform%2Fcore%2Fconnectivity%2Fzigbee-manager.git diff --git a/common/include/zigbee_zclias_control_type.h b/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 --- a/common/include/zigbee_zclias_control_type.h +++ b/common/include/zigbee_zcl_ias_zone_type.h @@ -16,20 +16,20 @@ * 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 /** - * @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__ */