Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ICD] Fix multiple check-in/peer node ids handling in icd client #35304

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address comment
  • Loading branch information
yunhanw-google committed Aug 30, 2024
commit ecf9faaa8a5ec8e5385b32505f7aabded3df51c2
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package matter.controller
/** Class for holding ICD Client information. */
data class ICDClientInfo(
val peerNodeId: Long,
val checkInNodeId: Long
val checkInNodeId: Long,
val startCounter: Long,
val offset: Long,
val monitoredSubject: Long,
Expand Down
Loading