We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065118f commit 0f4261fCopy full SHA for 0f4261f
src/app/ReadClient.cpp
@@ -430,7 +430,7 @@ CHIP_ERROR ReadClient::BuildDataVersionFilterList(DataVersionFilterIBs::Builder
430
{
431
aEncodedDataVersionList = true;
432
}
433
- else if (err == CHIP_ERROR_NO_MEMORY)
+ else if (err == CHIP_ERROR_NO_MEMORY || err == CHIP_ERROR_BUFFER_TOO_SMALL)
434
435
// Packet is full, ignore the rest of the list
436
aDataVersionFilterIBsBuilder.Rollback(backup);
0 commit comments