-
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 eventMin parameter #25204
Conversation
PR #25204: Size comparison from 559da24 to b6c967d Full report (1 build for cc32xx)
|
PR #25204: Size comparison from 3957377 to 655cf86 Increases (3 builds for bl702, cc13x2_26x2, psoc6)
Decreases (5 builds for bl702, cc13x2_26x2, cc32xx, efr32)
Full report (30 builds for bl602, bl702, cc13x2_26x2, cc32xx, cyw30739, efr32, k32w, linux, psoc6, qpg)
|
PR #25204: Size comparison from 1a1d0c3 to db3a2ef Increases (6 builds for esp32, psoc6, telink)
Decreases (12 builds for bl702, efr32, nrfconnect, psoc6, telink)
Full report (48 builds for bl602, bl702, cc13x2_26x2, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #25204: Size comparison from aa99d09 to 18c0c2f Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #25204: Size comparison from 9d313dd to fda8ffd Increases (1 build for cc32xx)
Decreases (2 builds for nrfconnect, qpg)
Full report (7 builds for cc32xx, mbed, nrfconnect, qpg)
|
PR #25204: Size comparison from 12bcb2c to efa3016 Full report (2 builds for cc32xx, mbed)
|
PR #25204: Size comparison from a9e759b to a463aa5 Full report (1 build for cc32xx)
|
PR #25204: Size comparison from 5648ddd to 3f5d875 Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
@yunhanw-google |
Core Spec specifies the parameter for eventMin, but it is not available on Android Platform. Therefore, we implemented an API that applied this parameter.
Spec : https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/data_model/Interaction-Model.adoc#931-eventfilterib
(There was a problem with some UI in Chiptool, so I corrected this part as well.)