-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect OpenCommissioningWindow errors in controller apps #10918
Merged
Merged
Conversation
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
- Use cluster enum chip::app::Clusters::AdministratorCommissioning::StatusCode::kBusyconnectedhomeip/src/controller/CHIPDevice.cpp Lines 327 to 337 in 2c21bb5
This comment was generated by todo based on a
|
PR #10918: Size comparison from d7151ac to ec0d926 Increases above 1.0% from d7151ac to ec0d926:
20 builds (for efr32, k32w, linux, p6, qpg, telink)
4 builds (for mbed)
12 builds (for esp32, nrfconnect)
|
/rebase |
woody-apple
approved these changes
Oct 26, 2021
woody-apple
approved these changes
Oct 26, 2021
/rebase |
4ebaf1a
to
a061e78
Compare
Size increase report for "gn_qpg-example-build" from 4e2eeab
Full report output
|
andy31415
approved these changes
Oct 27, 2021
jmartinez-silabs
approved these changes
Oct 27, 2021
JasonLiuZhuoCheng
pushed a commit
to JasonLiuZhuoCheng/connectedhomeip
that referenced
this pull request
Oct 28, 2021
…p#10918) * Detect OpenCommissioningWindow errors in controller apps * fix build * address review comments
carol-apple
pushed a commit
to carol-apple/connectedhomeip
that referenced
this pull request
Oct 28, 2021
…p#10918) * Detect OpenCommissioningWindow errors in controller apps * fix build * address review comments
PSONALl
pushed a commit
to PSONALl/connectedhomeip
that referenced
this pull request
Dec 3, 2021
…p#10918) * Detect OpenCommissioningWindow errors in controller apps * fix build * address review comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Change overview
The controller API did not have provisions to propagate
OpenCommissioningWindow
command response status to the controller application. The application was just relying on command send status to determine if the command was successful or not.This PR adds a callback to the API. The registered callback will convey the command status, and the generated setup payload to the application.
Testing
The failure was reported in TE6 testing while using chip-tool app. Tested this change by running chip-tool with all-cluster-app.