Sharad Binjola
Sharad Binjola
#### Problem * iOS chip-controller does not provide callback for NOC Generation (and attestation validation) #### Change overview This change allows for custom credentials issuer implementations, for example, when a...
#### Issue Being Resolved CastingServer does not expose any APIs to subscribe to media attribute changes on a Matter TV. Fixes #20064 #### Change overview * Updates to the CastingServer...
### Reproduction steps / Feature ```bash Currently the tv-casting libraries and apps on android and iOS do not have access to the responseData and context returned as a part of...
### Reproduction steps / Feature ```bash Currently the tv-casting libs and apps send all media commands to endpointId 1. We should do the following instead: 1. Add API to list...
### Feature description ```bash ### Problem The discovery APIs on iOS/Android/Linux return DiscoveredNodeData commissioner objects. This data does not tell us if the tv-casting-app was already commissioned with the discovered...
### Feature description ```bash ###Problem Right now, it looks like it's hardcoded at compile time to be CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID. We need to change that to be settable before initializing the chip...
#### Problem Fixes #23267 The GenericDeviceInstanceInfoProvider had a GetRotatingDeviceIdUniqueId that was always reading the unique ID from a static config value (CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID). There wasn't a way for it to return...
### Reproduction steps ```bash We set the rotatingDeviceIdUniqueId from the tv-casting-app code using chip::DeviceLayer::ConfigurationMgr().SetRotatingDeviceIdUniqueId(). But the value never gets picked, and instead the app advertises the hard coded CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID. ```...
Fixes * https://github.com/project-chip/connectedhomeip/issues/23201 * https://github.com/project-chip/connectedhomeip/issues/20068 #### Summary This PR provides an API for the Android/iOS/Linux tv-casting-apps to set the rotatingDeviceIdUniqueId. * https://github.com/project-chip/connectedhomeip/pull/23303/commits/ee9e7e9d9a20be798c0c5eb38c149673115dcf03 - Added state to the DiscoveredNodeData on Android/iOS...
### Reproduction steps / Feature ```bash CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID needs to deprecated and cleaned up from the code base. There is no situation where a compile time unique id to generate a...