Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ICD Client Info management support with persistent storage (#29783)
* Add ICD Client Info management support with persistent storage * Move to 1 entry per fabric for storage * adjust test * remove counter storage * rename ICDClientStorageDelegate to ICDClientStorage * remove global static for DefaultICDClientStorage * update doxygen * revert change for storagekeyname * add fabricList to record all fabric and move to one persistent storage with all clientInfos index by fabric * remove ICDFabricListCounter and use 255 to hold that large buffer instead * create two fields within tlv struct to hold FabricICDClientInfoCounter and FabricICDClientInfoMaxSize under the same key * address comments * address comments * Restyled by clang-format * fix ci * Restyled by clang-format * address comments * address comments * address comments --------- Co-authored-by: Restyled.io <[email protected]>
- Loading branch information