-
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
Move RendezvousServer and CommissionManager to a single class #9709
Conversation
Verify that the device supports BLE if the advertisementMode is kBLEconnectedhomeip/src/app/server/CommissioningWindowManager.cpp Lines 141 to 151 in 608f728
This comment was generated by todo based on a
|
Don't use BLE for commissioning additional fabrics on a deviceconnectedhomeip/src/app/server/CommissioningWindowManager.cpp Lines 186 to 196 in 608f728
This comment was generated by todo based on a
|
608f728
to
ef59edb
Compare
Don't use BLE for commissioning additional fabrics on a deviceconnectedhomeip/src/app/server/CommissioningWindowManager.cpp Lines 186 to 196 in ef59edb
This comment was generated by todo based on a
|
rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a couple comments inline, but in general this seems like some nice cleanup.
Don't use BLE for commissioning additional fabrics on a deviceconnectedhomeip/src/app/server/CommissioningWindowManager.cpp Lines 176 to 186 in 4c1cae2
This comment was generated by todo based on a
|
Don't use BLE for commissioning additional fabrics on a deviceconnectedhomeip/src/app/server/CommissioningWindowManager.cpp Lines 176 to 186 in 3bf486e
This comment was generated by todo based on a
|
Size increase report for "gn_qpg-example-build" from 4763c91
Full report output
|
Size increase report for "nrfconnect-example-build" from 4763c91
Full report output
|
Don't use BLE for commissioning additional fabrics on a deviceconnectedhomeip/src/app/server/CommissioningWindowManager.cpp Lines 176 to 186 in d1cd02a
This comment was generated by todo based on a
|
Size increase report for "esp32-example-build" from 4763c91
Full report output
|
Problem
Change overview
Consolidate code for the two classes,
RendezvousServer
andCommissionManager
, in a single classCommissioningWindowManager
.Testing
Run cluster tests app with chip-tool to test different commissioning modes.
Test using m5stack and chip-tool to ensure that commissioning over BLE is working.