-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Support FabricFilter to ChipClusters API (#28208)
* [Android] Support FabricFilter to ChipClusters API This change adds a version that allows users to set FabricFilter options to APIs that read Attribute, which is Fabric-Scoped List. For example, - OperationalCredentialsCluster.readFabricsAttribute - OperationalCredentialsCluster.readFabricsAttributeWithFabricFilter In the existing API, FabricFilter was hard-coded with true value. So, there was no way to read all fabric information of the attribute on the PASE Session before the Android commissioner completed commissioning of the device. New API provides a FabricFilter parameter. So, before the Android commissioner completes device commissioning, all fabric information of the corresponding attribute can be read based on PASE Session. Signed-off-by: Youngho Yoon <[email protected]> * Fix unit test errors Signed-off-by: Youngho Yoon <[email protected]> * Fix the templates to not add extra whitespace Signed-off-by: Youngho Yoon <[email protected]> * Restore empty line of end of file Signed-off-by: Youngho Yoon <[email protected]> * Add unit test for FabricFilter Signed-off-by: Youngho Yoon <[email protected]> * Remove new apis in ClusterReadMapping Signed-off-by: Youngho Yoon <[email protected]> --------- Signed-off-by: Youngho Yoon <[email protected]>
- Loading branch information
Showing
13 changed files
with
241 additions
and
16 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
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
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.