You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ICD support (featuremap and commands) to FabricAdmin/FabricBridge samples (project-chip#34855)
* Add extra attributes to the bridged device basic info structures, remove nonsense comments
* Make use of AAI for BridgedDeviceBasicInformation cluster
* Restyled by gn
* Fix sizes for software version
* Update the synchronized device proto to have more data in it
* Switch to unique ptr in the registry, making sure memory management works (fixed memory leak on remove device)
* Use more std::optional
* Bump revision to 4
* Forward attributes from the create call into the bridged device
* Make attribute mapping actually work
* Restyle
* Ensure unique IDs are generated
* Restyle
* Increase size to 33 to allow for a null terminator
* make sure that the rpc structures are initialized
* Restyle
* Add some fake data to test moving the data around
* Remove unused members that were likely just copied over
* make the attributes optional
* Prepare some device sync data - reading the basic info cluster
* Prepare some device sync data - reading the basic info cluster
* Full implementation of forwarding data
* Restyle
* Add missing file
* Restyle
* reset readclient, since this may reset the exchange manager ... seems cleaner
* Add the verifyOrDie
* Restyled by clang-format
* Fix string size for HW and software versions
* Move ICD support: set separate commands, handle feature mask
* Restyle
* Remove some of the spammier logs
* Enfore RPC enabling for synchronized device addition
* Add device sync in progress tracking
* Undo submodule update
* Fix up device sync progress tracking to better handle errors
* Restyled by clang-format
* Fix typo
* Undo submodule update
* Fix merge
* Restyled by clang-format
---------
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
0 commit comments