-
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
[Android] Add StayActive support during commission flow for LIT #35959
Merged
mergify
merged 1 commit into
project-chip:master
from
yunhanw-google:feature/android_stay_active
Oct 8, 2024
Merged
[Android] Add StayActive support during commission flow for LIT #35959
mergify
merged 1 commit into
project-chip:master
from
yunhanw-google:feature/android_stay_active
Oct 8, 2024
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
Review changes with SemanticDiff. Analyzed 1 of 3 files.
|
joonhaengHeo
approved these changes
Oct 7, 2024
PR #35959: Size comparison from 52a5589 to bcf29ff Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
yunhanw-google
force-pushed
the
feature/android_stay_active
branch
from
October 8, 2024 03:02
bcf29ff
to
fe59c1a
Compare
PR #35959: Size comparison from cec1887 to fe59c1a Full report (20 builds for cc13x4_26x4, cc32xx, nrfconnect, nxp, qpg, stm32, tizen)
|
yunhanw-google
force-pushed
the
feature/android_stay_active
branch
from
October 8, 2024 03:25
fe59c1a
to
c63bb6b
Compare
PR #35959: Size comparison from cec1887 to c63bb6b Full report (15 builds for cc13x4_26x4, nxp, qpg, stm32, tizen)
|
yunhanw-google
force-pushed
the
feature/android_stay_active
branch
from
October 8, 2024 03:51
c63bb6b
to
1dfc94a
Compare
PR #35959: Size comparison from cec1887 to 1dfc94a Full report (53 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
|
yunhanw-google
force-pushed
the
feature/android_stay_active
branch
from
October 8, 2024 05:00
1dfc94a
to
3213ca9
Compare
PR #35959: Size comparison from 9ccc52e to 3213ca9 Full report (22 builds for cc13x4_26x4, cc32xx, nrfconnect, nxp, qpg, stm32, tizen)
|
yunhanw-google
force-pushed
the
feature/android_stay_active
branch
from
October 8, 2024 05:33
3213ca9
to
ca81def
Compare
yunhanw-google
force-pushed
the
feature/android_stay_active
branch
from
October 8, 2024 05:37
ca81def
to
ffc6d09
Compare
PR #35959: Size comparison from 9ccc52e to ffc6d09 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
andy31415
approved these changes
Oct 8, 2024
yunhanw-google
added a commit
to yunhanw-google/connectedhomeip
that referenced
this pull request
Oct 10, 2024
andy31415
pushed a commit
that referenced
this pull request
Oct 10, 2024
dinabenamar
pushed a commit
to NXP/matter
that referenced
this pull request
Oct 24, 2024
…w for LIT (project-chip#36028) * [Android] Add StayActive support during commission flow for LIT (project-chip#35959) * Fix crash when handling jStayActiveMsec (project-chip#35997) (cherry picked from commit 3e1f7ad)
yyzhong-g
pushed a commit
to yyzhong-g/connectedhomeip
that referenced
this pull request
Dec 12, 2024
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.
Expose stayActive parameter from auto-commission flow to Android/Java ICDRegistration, at default we use 30 seconds for active duration during commission flow.