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

Fix Identify cluster callback handling #9988

Merged
merged 3 commits into from Sep 28, 2021
Merged

Fix Identify cluster callback handling #9988

merged 3 commits into from Sep 28, 2021

Conversation

ghost
Copy link

@ghost ghost commented Sep 27, 2021

Problem

The internal state of the identify cluster has a bug. This prevents the proper handling of another identify request. This PR fixes this.

Testing

On a nordic based board.

The current identify cluster could only handle one identify request without an error. After that it would get stuck and would not perform another identify start callback.
@boring-cyborg boring-cyborg bot added the app label Sep 27, 2021
@ghost
Copy link
Author

ghost commented Sep 27, 2021

@woody-apple @andy31415 would be great if this would land in the TE6 branch.

@tcarmelveilleux tcarmelveilleux changed the title fix idenitfy cluster callback handling Fix Identify cluster callback handling Sep 27, 2021
@github-actions
Copy link

Size increase report for "esp32-example-build" from 4bafdcf

File Section File VM
chip-all-clusters-app.elf .flash.text 12 12
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-all-clusters-app.elf and ./pull_artifact/chip-all-clusters-app.elf:

sections,vmsize,filesize
.debug_line,0,48
.flash.text,12,12
[Unmapped],0,-12


@woody-apple
Copy link
Contributor

@saurabhst @Damian-Nordic ?

@woody-apple woody-apple merged commit 8667142 into project-chip:master Sep 28, 2021
andy31415 pushed a commit that referenced this pull request Sep 28, 2021
* fix idenitfy cluster callback handling

The current identify cluster could only handle one identify request without an error. After that it would get stuck and would not perform another identify start callback.

* make compiler & CI happy

* refactor activate logic in identify-server
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.

7 participants