@@ -93,34 +93,35 @@ class SilabsConfig
93
93
94
94
// Key definitions for well-known configuration values.
95
95
// Factory config keys
96
- static constexpr Key kConfigKey_SerialNum = SilabsConfigKey(kMatterFactory_KeyBase , 0x00 );
97
- static constexpr Key kConfigKey_MfrDeviceId = SilabsConfigKey(kMatterFactory_KeyBase , 0x01 );
98
- static constexpr Key kConfigKey_MfrDeviceCert = SilabsConfigKey(kMatterFactory_KeyBase , 0x02 );
99
- static constexpr Key kConfigKey_MfrDevicePrivateKey = SilabsConfigKey(kMatterFactory_KeyBase , 0x03 );
100
- static constexpr Key kConfigKey_ManufacturingDate = SilabsConfigKey(kMatterFactory_KeyBase , 0x04 );
101
- static constexpr Key kConfigKey_SetupPayloadBitSet = SilabsConfigKey(kMatterFactory_KeyBase , 0x05 );
102
- static constexpr Key kConfigKey_MfrDeviceICACerts = SilabsConfigKey(kMatterFactory_KeyBase , 0x06 );
103
- static constexpr Key kConfigKey_SetupDiscriminator = SilabsConfigKey(kMatterFactory_KeyBase , 0x07 );
104
- static constexpr Key kConfigKey_Spake2pIterationCount = SilabsConfigKey(kMatterFactory_KeyBase , 0x08 );
105
- static constexpr Key kConfigKey_Spake2pSalt = SilabsConfigKey(kMatterFactory_KeyBase , 0x09 );
106
- static constexpr Key kConfigKey_Spake2pVerifier = SilabsConfigKey(kMatterFactory_KeyBase , 0x0A );
107
- static constexpr Key kConfigKey_ProductId = SilabsConfigKey(kMatterFactory_KeyBase , 0x0B );
108
- static constexpr Key kConfigKey_VendorId = SilabsConfigKey(kMatterFactory_KeyBase , 0x0C );
109
- static constexpr Key kConfigKey_VendorName = SilabsConfigKey(kMatterFactory_KeyBase , 0x0D );
110
- static constexpr Key kConfigKey_ProductName = SilabsConfigKey(kMatterFactory_KeyBase , 0x0E );
111
- static constexpr Key kConfigKey_HardwareVersionString = SilabsConfigKey(kMatterFactory_KeyBase , 0x0F );
112
- static constexpr Key KConfigKey_ProductLabel = SilabsConfigKey(kMatterFactory_KeyBase , 0x10 );
113
- static constexpr Key kConfigKey_ProductURL = SilabsConfigKey(kMatterFactory_KeyBase , 0x11 );
114
- static constexpr Key kConfigKey_PartNumber = SilabsConfigKey(kMatterFactory_KeyBase , 0x12 );
115
- static constexpr Key kConfigKey_UniqueId = SilabsConfigKey(kMatterFactory_KeyBase , 0x1F );
116
- static constexpr Key kConfigKey_Creds_KeyId = SilabsConfigKey(kMatterFactory_KeyBase , 0x20 );
117
- static constexpr Key kConfigKey_Creds_Base_Addr = SilabsConfigKey(kMatterFactory_KeyBase , 0x21 );
118
- static constexpr Key kConfigKey_Creds_DAC_Offset = SilabsConfigKey(kMatterFactory_KeyBase , 0x22 );
119
- static constexpr Key kConfigKey_Creds_DAC_Size = SilabsConfigKey(kMatterFactory_KeyBase , 0x23 );
120
- static constexpr Key kConfigKey_Creds_PAI_Offset = SilabsConfigKey(kMatterFactory_KeyBase , 0x24 );
121
- static constexpr Key kConfigKey_Creds_PAI_Size = SilabsConfigKey(kMatterFactory_KeyBase , 0x25 );
122
- static constexpr Key kConfigKey_Creds_CD_Offset = SilabsConfigKey(kMatterFactory_KeyBase , 0x26 );
123
- static constexpr Key kConfigKey_Creds_CD_Size = SilabsConfigKey(kMatterFactory_KeyBase , 0x27 );
96
+ static constexpr Key kConfigKey_SerialNum = SilabsConfigKey(kMatterFactory_KeyBase , 0x00 );
97
+ static constexpr Key kConfigKey_MfrDeviceId = SilabsConfigKey(kMatterFactory_KeyBase , 0x01 );
98
+ static constexpr Key kConfigKey_MfrDeviceCert = SilabsConfigKey(kMatterFactory_KeyBase , 0x02 );
99
+ static constexpr Key kConfigKey_MfrDevicePrivateKey = SilabsConfigKey(kMatterFactory_KeyBase , 0x03 );
100
+ static constexpr Key kConfigKey_ManufacturingDate = SilabsConfigKey(kMatterFactory_KeyBase , 0x04 );
101
+ static constexpr Key kConfigKey_SetupPayloadBitSet = SilabsConfigKey(kMatterFactory_KeyBase , 0x05 );
102
+ static constexpr Key kConfigKey_MfrDeviceICACerts = SilabsConfigKey(kMatterFactory_KeyBase , 0x06 );
103
+ static constexpr Key kConfigKey_SetupDiscriminator = SilabsConfigKey(kMatterFactory_KeyBase , 0x07 );
104
+ static constexpr Key kConfigKey_Spake2pIterationCount = SilabsConfigKey(kMatterFactory_KeyBase , 0x08 );
105
+ static constexpr Key kConfigKey_Spake2pSalt = SilabsConfigKey(kMatterFactory_KeyBase , 0x09 );
106
+ static constexpr Key kConfigKey_Spake2pVerifier = SilabsConfigKey(kMatterFactory_KeyBase , 0x0A );
107
+ static constexpr Key kConfigKey_ProductId = SilabsConfigKey(kMatterFactory_KeyBase , 0x0B );
108
+ static constexpr Key kConfigKey_VendorId = SilabsConfigKey(kMatterFactory_KeyBase , 0x0C );
109
+ static constexpr Key kConfigKey_VendorName = SilabsConfigKey(kMatterFactory_KeyBase , 0x0D );
110
+ static constexpr Key kConfigKey_ProductName = SilabsConfigKey(kMatterFactory_KeyBase , 0x0E );
111
+ static constexpr Key kConfigKey_HardwareVersionString = SilabsConfigKey(kMatterFactory_KeyBase , 0x0F );
112
+ static constexpr Key KConfigKey_ProductLabel = SilabsConfigKey(kMatterFactory_KeyBase , 0x10 );
113
+ static constexpr Key kConfigKey_ProductURL = SilabsConfigKey(kMatterFactory_KeyBase , 0x11 );
114
+ static constexpr Key kConfigKey_PartNumber = SilabsConfigKey(kMatterFactory_KeyBase , 0x12 );
115
+ static constexpr Key kConfigKey_UniqueId = SilabsConfigKey(kMatterFactory_KeyBase , 0x1F );
116
+ static constexpr Key kConfigKey_Creds_KeyId = SilabsConfigKey(kMatterFactory_KeyBase , 0x20 );
117
+ static constexpr Key kConfigKey_Creds_Base_Addr = SilabsConfigKey(kMatterFactory_KeyBase , 0x21 );
118
+ static constexpr Key kConfigKey_Creds_DAC_Offset = SilabsConfigKey(kMatterFactory_KeyBase , 0x22 );
119
+ static constexpr Key kConfigKey_Creds_DAC_Size = SilabsConfigKey(kMatterFactory_KeyBase , 0x23 );
120
+ static constexpr Key kConfigKey_Creds_PAI_Offset = SilabsConfigKey(kMatterFactory_KeyBase , 0x24 );
121
+ static constexpr Key kConfigKey_Creds_PAI_Size = SilabsConfigKey(kMatterFactory_KeyBase , 0x25 );
122
+ static constexpr Key kConfigKey_Creds_CD_Offset = SilabsConfigKey(kMatterFactory_KeyBase , 0x26 );
123
+ static constexpr Key kConfigKey_Creds_CD_Size = SilabsConfigKey(kMatterFactory_KeyBase , 0x27 );
124
+ static constexpr Key kConfigKey_Test_Event_Trigger_Key = SilabsConfigKey(kMatterFactory_KeyBase , 0x28 );
124
125
// Matter Config Keys
125
126
static constexpr Key kConfigKey_ServiceConfig = SilabsConfigKey(kMatterConfig_KeyBase , 0x01 );
126
127
static constexpr Key kConfigKey_PairedAccountId = SilabsConfigKey(kMatterConfig_KeyBase , 0x02 );
0 commit comments