File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ CHIP_ERROR ReadClient::GenerateDataVersionFilterList(DataVersionFilterIBs::Build
462
462
const Span<DataVersionFilter> & aDataVersionFilters,
463
463
bool & aEncodedDataVersionList)
464
464
{
465
- // Give the callback a chance first, otherwise use the list we have.
465
+ // Give the callback a chance first, otherwise use the list we have, if any .
466
466
ReturnErrorOnFailure (
467
467
mpCallback.OnUpdateDataVersionFilterList (aDataVersionFilterIBsBuilder, aAttributePaths, aEncodedDataVersionList));
468
468
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ class ReadClient : public Messaging::ExchangeDelegate
339
339
* This will send either a Read Request or a Subscribe Request depending on
340
340
* the InteractionType this read client was initialized with.
341
341
*
342
- * If the requests contains more data version filters than can fit in the request packet
342
+ * If the params contain more data version filters than can fit in the request packet
343
343
* the list will be truncated as needed, i.e. filter inclusion is on a best effort basis.
344
344
*
345
345
* @retval #others fail to send read request
You can’t perform that action at this time.
0 commit comments