From 6c3e9954fc6bb961590398cd7debd2921d51b2c5 Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Tue, 19 Sep 2023 15:27:19 -0700 Subject: [PATCH] add icd check-in message in protocol_messages.matter (#29332) --- src/lib/format/protocol_messages.matter | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/format/protocol_messages.matter b/src/lib/format/protocol_messages.matter index 30ffa0e1d7704e..81ca44e701cd55 100644 --- a/src/lib/format/protocol_messages.matter +++ b/src/lib/format/protocol_messages.matter @@ -109,6 +109,7 @@ client cluster SecureChannelProtocol = 0xFFFF0000 { readonly attribute CaseSigma3 case_sigma3 = 0x32; readonly attribute CaseSigma2Resume case_sigma2_resume = 0x33; readonly attribute protocol_binary_data status_report = 0x40; + readonly attribute protocol_binary_data icd_checkin = 0x50; } /// Fake cluster for defining structures for IM data encoding.