Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se/zcl.keepalive.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se/zcl.keepalive.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se/zcl.keepalive.h b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se/zcl.keepalive.h
index 646be478f..6d8e70f97 100644
--- a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se/zcl.keepalive.h
+++ b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se/zcl.keepalive.h
@@ -3,7 +3,7 @@
* @heading Keep Alive
* @brief ZCL Keep Alive cluster header
* ZCL 8 Section 3.18
- * @copyright Copyright [2009 - 2020] Exegin Technologies Limited. All rights reserved.
+ * @copyright Copyright [2009 - 2021] Exegin Technologies Limited. All rights reserved.
*/
/*--------------------------------------------------------------------------
@@ -56,16 +56,16 @@ struct ZbZclClusterT * ZbZclKeepAliveClientAlloc(struct ZigBeeT *zb, uint8_t end
/**
* Start Keep Alive
- * @param cluster Cluster instance from which to send this command
+ * @param zb Zigbee stack instance
* @return Void
*/
-void ZbZclKeepAliveClientStart(struct ZbZclClusterT *cluster);
+void ZbZclKeepAliveClientStart(struct ZigBeeT *zb);
/**
* Stop Keep Alive and abort the TCSO
- * @param cluster Cluster instance from which to send this command
+ * @param zb Zigbee stack instance
* @return Void
*/
-void ZbZclKeepAliveClientStop(struct ZbZclClusterT *cluster);
+void ZbZclKeepAliveClientStop(struct ZigBeeT *zb);
#endif /* __ZCL_KEEPALIVE_H */