yunhanw-google

Results 35 issues of yunhanw-google

Similar to OTA Cluster support in android controller using dynamic endpoint, we should also add timesync support in Android side.

-- This PR does not have logic change, and just move OnActiveModeNotification out from onCheckInComplete, and into CheckInHandler and refreshKeySender, since OnActiveModeNotification is not responsibility for onCheckInComplete -- When implementing...

app
review - pending
icd

documentation
review - pending

Per https://github.com/project-chip/connectedhomeip/issues/31992, at default, chip-tool would register LIT unless skip-icd-registration is false.

tools
examples
scripts
review - changed requested

This is a experimental queue in android chip-tool with a cluster "allow-list", at default, no cluster interaction can be queued, if we wanna queue the specific IM operation, we put...

-- Relocate CHIPP256KeypairBridge from platform to controller/java so that java matter controller can take customized certs from application

platform
controller

https://github.com/project-chip/connectedhomeip/pull/29783 this PR does not provide ICDStorage per identify, per @bzbarsky-apple , darwin needs to implemented the dedicated per-identity storage for ICD.

darwin

In pixel 7, we see nsdManager is advertising host name with 40bytes, in android nsdManager, there is no API to set this hostname. The below is avahi-browse -r _matter._tcp =...

android

I thought CommandSender exposed a way to get its `mExchangeCtx` or info from it, but looks like not. In that case, doing what this PR does is OK, but consider...