-
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
Add API to find if an endpoint of given index contains the ZCL server. #11753
Add API to find if an endpoint of given index contains the ZCL server. #11753
Conversation
PR #11753: Size comparison from ea10a5d to e4b469c Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
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.
Looks good, but shouldn't we also use it in the place where we wanted to use it?
I will use it in my following PRs, in my previous PRs, EndpointID is still needed for other cases, so we still need to get the EndpointID anyway. |
That's not the problem; the problem is then using the endpointid to look up the cluster info, which does a linear scan to find the index.... @yufengwangca |
Problem
What is being fixed? Examples:
Change overview
Add API to find if an endpoint of given index contains the ZCL server.
Testing
How was this tested? (at least one bullet point required)