connectedhomeip
connectedhomeip copied to clipboard
Sort out what to do about emberGetCurrentNetwork
Problem
In the initial landing in #1609, we commented out calls to emberGetCurrentNetwork
in util.c
and attribute-storage.c
.
Proposed Solution
We should figure out what, if anything, this maps to in the context of CHIP and either uncomment the calls and make them work or remove them.
This is likely related to https://github.com/project-chip/connectedhomeip/issues/1934
@wehale @selissia @tecimovic @bhaskar-apple @rwalker-apple
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Still an issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
emberGetCurrentNetwork
is all gone now.