-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Enable HardPrivacy mode in the CameraDevice to enable optional attribute HardPrivacyModeOn. #40598
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
Conversation
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.
Code Review
This pull request enables the hard privacy switch feature, which in turn enables the HardPrivacyModeOn
optional attribute. The change is straightforward and correct. I've just pointed out a stale comment that should be updated to reflect the new behavior.
…ute HardPrivacyModeOn. This is to allow a successful wildcard read of all attributes on the AVSM cluster.
dcf3d7a
to
4754b9d
Compare
PR #40598: Size comparison from 3b50b2e to 4754b9d Full report (57 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #40598 +/- ##
=======================================
Coverage 50.68% 50.68%
=======================================
Files 1350 1350
Lines 99234 99236 +2
Branches 12910 12910
=======================================
+ Hits 50295 50297 +2
Misses 48939 48939 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ute HardPrivacyModeOn. (project-chip#40598) This is to allow a successful wildcard read of all attributes on the AVSM cluster.
Summary
This is to allow a successful wildcard read of all attributes on the AVSM cluster.
Testing
./chip-tool any read-by-id 0x551 0xFFFFFFFF 1 1
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines