File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,11 @@ namespace chip {
37
37
static constexpr size_t MaxICDMonitoringEntrySize ()
38
38
{
39
39
// All the fields added together
40
- return TLV::EstimateStructOverhead (
41
- sizeof (NodeId) /* checkInNodeID*/ ,
42
- sizeof (uint64_t ) /* monitoredSubject*/ ,
43
- sizeof (Crypto::Symmetric128BitsKeyByteArray) /* aes_key_handle*/ ,
44
- sizeof (Crypto::Symmetric128BitsKeyByteArray) /* hmac_key_handle*/ ,
45
- sizeof (uint8_t ) /* client_type*/ ) * 3 / 2 ;
40
+ return TLV::EstimateStructOverhead (sizeof (NodeId) /* checkInNodeID*/ , sizeof (uint64_t ) /* monitoredSubject*/ ,
41
+ sizeof (Crypto::Symmetric128BitsKeyByteArray) /* aes_key_handle*/ ,
42
+ sizeof (Crypto::Symmetric128BitsKeyByteArray) /* hmac_key_handle*/ ,
43
+ sizeof (uint8_t ) /* client_type*/ ) *
44
+ 3 / 2 ;
46
45
}
47
46
48
47
inline constexpr size_t kICDMonitoringBufferSize = MaxICDMonitoringEntrySize();
You can’t perform that action at this time.
0 commit comments