Skip to content
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

Feedback from Android commissioning fixes #21927

Merged
merged 5 commits into from
Aug 17, 2022
Merged

Conversation

chrisdecenzo
Copy link
Contributor

Problem

Change overview

  • Make sure NetworkCredentialsReady() is called when network credentials are set by java layer and in kNeedsNetworkCreds step.
  • Add comments.

Testing

  • Android chip controller

@github-actions
Copy link

github-actions bot commented Aug 16, 2022

PR #21927: Size comparison from 5a05207 to d5d0fe2

Full report (3 builds for mbed, nrfconnect)
platform target config section 5a05207 d5d0fe2 change % change
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454328 2454328 0 0.0
.bss 214692 214692 0 0.0
.data 5872 5872 0 0.0
.text 1416972 1416972 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179683 1179683 0 0.0
bss 143375 143375 0 0.0
rodata 143268 143268 0 0.0
text 814084 814084 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159543 1159543 0 0.0
bss 142612 142612 0 0.0
rodata 134944 134944 0 0.0
text 803072 803072 0 0.0

chrisdecenzo and others added 4 commits August 16, 2022 11:50
* Restyled by whitespace

* Restyled by google-java-format

* Restyled by clang-format

Co-authored-by: Restyled.io <[email protected]>
@github-actions
Copy link

github-actions bot commented Aug 16, 2022

PR #21927: Size comparison from 5a05207 to 4048467

Decreases (10 builds for efr32, mbed, nrfconnect, telink)
platform target config section 5a05207 4048467 change % change
efr32 lighting-app BRD4161A (read/write) 1100620 1100460 -160 -0.0
.bss 133020 132988 -32 -0.0
.text 965512 965384 -128 -0.0
BRD4161A+rpc (read/write) 1154860 1154700 -160 -0.0
.bss 149708 149676 -32 -0.0
.text 1002852 1002724 -128 -0.0
BRD4161A+rs911x (read/write) 989748 989636 -112 -0.0
.bss 162344 162312 -32 -0.0
.text 825328 825248 -80 -0.0
lock-app BRD4161A+wf200 (read/write) 1139216 1139136 -80 -0.0
.bss 145520 145488 -32 -0.0
.text 991612 991564 -48 -0.0
window-app BRD4161A (read/write) 1092080 1091920 -160 -0.0
.bss 134460 134428 -32 -0.0
.text 955504 955376 -128 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454328 2454264 -64 -0.0
.bss 214692 214660 -32 -0.0
.text 1416972 1416908 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179683 1179539 -144 -0.0
bss 143375 143343 -32 -0.0
text 814084 814076 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159543 1159415 -128 -0.0
bss 142612 142580 -32 -0.0
text 803072 803064 -8 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808416 808344 -72 -0.0
bss 71096 71064 -32 -0.0
text 571346 571304 -42 -0.0
lighting-app tlsr9518adk80d (read/write) 830352 830280 -72 -0.0
bss 71952 71920 -32 -0.0
text 589436 589396 -40 -0.0
Full report (10 builds for efr32, mbed, nrfconnect, telink)
platform target config section 5a05207 4048467 change % change
efr32 lighting-app BRD4161A (read/write) 1100620 1100460 -160 -0.0
.bss 133020 132988 -32 -0.0
.data 2068 2068 0 0.0
.text 965512 965384 -128 -0.0
BRD4161A+rpc (read/write) 1154860 1154700 -160 -0.0
.bss 149708 149676 -32 -0.0
.data 2280 2280 0 0.0
.text 1002852 1002724 -128 -0.0
BRD4161A+rs911x (read/write) 989748 989636 -112 -0.0
.bss 162344 162312 -32 -0.0
.data 2056 2056 0 0.0
.text 825328 825248 -80 -0.0
lock-app BRD4161A+wf200 (read/write) 1139216 1139136 -80 -0.0
.bss 145520 145488 -32 -0.0
.data 2064 2064 0 0.0
.text 991612 991564 -48 -0.0
window-app BRD4161A (read/write) 1092080 1091920 -160 -0.0
.bss 134460 134428 -32 -0.0
.data 2096 2096 0 0.0
.text 955504 955376 -128 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454328 2454264 -64 -0.0
.bss 214692 214660 -32 -0.0
.data 5872 5872 0 0.0
.text 1416972 1416908 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179683 1179539 -144 -0.0
bss 143375 143343 -32 -0.0
rodata 143268 143268 0 0.0
text 814084 814076 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159543 1159415 -128 -0.0
bss 142612 142580 -32 -0.0
rodata 134944 134944 0 0.0
text 803072 803064 -8 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 808416 808344 -72 -0.0
bss 71096 71064 -32 -0.0
noinit 43488 43488 0 0.0
text 571346 571304 -42 -0.0
lighting-app tlsr9518adk80d (read/write) 830352 830280 -72 -0.0
bss 71952 71920 -32 -0.0
noinit 43488 43488 0 0.0
text 589436 589396 -40 -0.0

@woody-apple woody-apple enabled auto-merge (squash) August 16, 2022 23:50
@woody-apple woody-apple merged commit 06457ae into master Aug 17, 2022
@woody-apple woody-apple deleted the tvapps-android23 branch August 17, 2022 00:06
woody-apple pushed a commit that referenced this pull request Aug 25, 2022
* Feedback from Android commissioning fixes

* Update src/controller/java/src/chip/devicecontroller/ChipDeviceController.java

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>

* Update src/controller/java/src/chip/devicecontroller/ChipDeviceController.java

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>

* Update src/credentials/attestation_verifier/DacOnlyPartialAttestationVerifier.h

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>

* Restyle Feedback from Android commissioning fixes (#21928)

* Restyled by whitespace

* Restyled by google-java-format

* Restyled by clang-format

Co-authored-by: Restyled.io <[email protected]>

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
* Feedback from Android commissioning fixes

* Update src/controller/java/src/chip/devicecontroller/ChipDeviceController.java

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>

* Update src/controller/java/src/chip/devicecontroller/ChipDeviceController.java

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>

* Update src/credentials/attestation_verifier/DacOnlyPartialAttestationVerifier.h

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>

* Restyle Feedback from Android commissioning fixes (project-chip#21928)

* Restyled by whitespace

* Restyled by google-java-format

* Restyled by clang-format

Co-authored-by: Restyled.io <[email protected]>

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants