forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix StatusCode Handling for empty invoke request (project-chip#7009)
Problems: When receiving empty invoke request (it has path, no data inside), Status Code needs to be handled by SDK Consumer, instead of setting success status code. Summary of Change: -- If this is empty command data element in invoke request, skip the CHIP_END_OF_TLV error, the sdk consumer would handle this status code further. -- Add new unit test. Test: -- Add new unit test to handle empty command data in invoke request message.
- Loading branch information
1 parent
1a21a3f
commit 21354c3
Showing
2 changed files
with
48 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters