Rename type definiton file to following Zigbee specification
[platform/core/connectivity/zigbee-manager.git] / common / include / zigbee_zcl_on_off_type.h
similarity index 76%
rename from common/include/zigbee_on_off_type.h
rename to common/include/zigbee_zcl_on_off_type.h
index 7e75a91..148ba2c 100644 (file)
  * limitations under the License.
  */
 
-#ifndef __ZIGBEE_ON_OFF_TYPE_H__
-#define __ZIGBEE_ON_OFF_TYPE_H__
+#ifndef __ZIGBEE_ZCL_ON_OFF_TYPE_H__
+#define __ZIGBEE_ZCL_ON_OFF_TYPE_H__
 
 #include <zigbee_types.h>
 
 /**
- * @brief Definition for on/off set on/off structure.
+ * @brief Definition for ZCL on/off set on/off structure.
  * @since_tizen 3.0
  */
 typedef struct {
        short node_id; /**< Node ID */
        char endpoint; /**< Endpoint */
        char on_off_type; /**< ON/OFF type */
-} ZigbeeOnOffSetOnOff_t;
+} ZigbeeZclOnOffSetOnOff_t;
 
 /**
- * @brief Definition for on/off get on/off state structure.
+ * @brief Definition for ZCL on/off get on/off state structure.
  * @since_tizen 3.0
  */
 typedef struct {
        short node_id; /**< Node ID */
        char endpoint; /**< Endpoint */
-} ZigbeeOnOffGetOnOffState_t;
+} ZigbeeZclOnOffGetOnOffState_t;
 
-#endif /* __ZIGBEE_ON_OFF_TYPE_H__ */
+#endif /* __ZIGBEE_ZCL_ON_OFF_TYPE_H__ */