@@ -108,7 +108,7 @@ class ICDManager : public ICDListener, public TestEventTriggerHandler
108
108
* @param[in] feature FeatureMap bit to verify
109
109
*
110
110
* @return true: if the FeatureMap bit is enabled in the ICDM cluster attribute.
111
- * false: ff the FeatureMap bit is not enabled in the ICDM cluster attribute.
111
+ * false: if the FeatureMap bit is not enabled in the ICDM cluster attribute.
112
112
* if we failed to read the FeatureMap attribute.
113
113
*/
114
114
bool SupportsFeature (Clusters::IcdManagement::Feature feature);
@@ -186,21 +186,21 @@ class ICDManager : public ICDListener, public TestEventTriggerHandler
186
186
/* *
187
187
* @brief UpdateICDMode checks in which ICDMode (SIT or LIT) the ICD can go to and updates the mode if necessary.
188
188
* For a SIT ICD, the function does nothing.
189
- * For a LIT ICD, the function checks if the ICD has a registration in the ICDMonitoringTable to determine in which
189
+ * For a LIT ICD, the function checks if the ICD has a registration in the ICDMonitoringTable to determine which
190
190
* ICDMode the ICD must be in.
191
191
*/
192
192
void UpdateICDMode ();
193
193
194
194
/* *
195
195
* @brief UpdateOperationState updates the OperationState of the ICD to the requested one.
196
196
* IdleMode -> IdleMode : No actions are necessary, do nothing.
197
- * IdleMode -> ActiveMode : Transition the device to ActiveMode, start the ActiveMode timer and triggers all necessary
197
+ * IdleMode -> ActiveMode : Transition the device to ActiveMode, start the ActiveMode timer and trigger all necessary
198
198
* operations. These operations could be : Send Check-In messages
199
199
* Send subscription reports
200
200
* Process user actions
201
201
* ActiveMode -> ActiveMode : Increase remaining ActiveMode timer to one ActiveModeThreshold.
202
202
* If ActiveModeThreshold is 0, do nothing.
203
- * ActiveMode -> IdleMode : Transition ICD to IdleMode and starts the IdleMode timer.
203
+ * ActiveMode -> IdleMode : Transition ICD to IdleMode and start the IdleMode timer.
204
204
*
205
205
* @param state requested OperationalState for the ICD to transition to
206
206
*/
@@ -209,7 +209,7 @@ class ICDManager : public ICDListener, public TestEventTriggerHandler
209
209
/* *
210
210
* @brief Set or Remove a keep ActiveMode requirement for the given flag
211
211
* If state is true and the ICD is in IdleMode, transition the ICD to ActiveMode
212
- * If state is false and the ICD is in ActiveMode, verifies if we can transition the ICD to IdleMode.
212
+ * If state is false and the ICD is in ActiveMode, check whether we can transition the ICD to IdleMode.
213
213
* If we can, transition the ICD to IdleMode.
214
214
*
215
215
* @param flag KeepActiveFlag to remove or add
0 commit comments