-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update chip submodule to 00181368119726 to fix subscribe resume issue
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule connectedhomeip
updated
7 files
+7 −0 | src/app/BUILD.gn | |
+20 −15 | src/app/InteractionModelEngine.cpp | |
+2 −0 | src/app/InteractionModelEngine.h | |
+23 −50 | src/app/ReadHandler.cpp | |
+11 −23 | src/app/ReadHandler.h | |
+124 −0 | src/app/SubscriptionResumptionSessionEstablisher.cpp | |
+55 −0 | src/app/SubscriptionResumptionSessionEstablisher.h |