-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Device callbacks for session and commissioning changes (#468)
* Expose fabric index too to use to filter data for fabrics * Add Fabric removal callback Used to inform upper layers of a change in fabrics * Add Subscription changed callback Used to inform upper layers of a change in subscriptions * Add high level commissioning/session changed callbacks to device To inform the developer about things happend with the device. * Add needed MatterDevice code * Adjust tests * Add callbacks to example * Enhance methods to filter by fabricIndex * Adjust tests * Remove whats already implemented elswhere * Call callback a bit earlier * Expose nodeId from controller * make sure to use current fabric (because could be added later then initialization) * Add server callbacks to tests * Rename variable to know meaning * typo * Address review feedback * adjust tests
- Loading branch information
Showing
17 changed files
with
463 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.