Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pre-execution command callback. (#20357)
* Added the callback that could be implemented by application uses Matter. This callback is called before every command gets executed. * Restyled by astyle * Restyled by clang-format * Restyled by whitespace * Regenerate all callback-stub.cpp and IMCLusterCommandHandler.cpp * Restyled by astyle * Restyled by clang-format * Add pre-execution command callback. #20361 - move MatterPreExecuteCommandCallback() into DispatchSingleClusterCommand() - regenerate all IMClusterCommandHandler.cpp files * Restyled by astyle * Restyled by clang-format * Removed a modified MTRCallbackBridge.mm file from pull request * Removed a modified zzz_generated/chip-tool/zap-generated/test/Commands.h file from pull request * remove all autogenerated files from PR * Use existing callback MatterPreCommandReceivedCallback to notify "cmd exec" (add fabricIndex parameter) * Added parameter subjectDescriptor into callbacks Matter(Pre/Post)CommandReceivedCallback (#20361) Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Andrei Litvin <[email protected]>
- Loading branch information