@@ -121,7 +121,7 @@ DECLARE_DYNAMIC_ATTRIBUTE(Descriptor::Attributes::DeviceTypeList::Id, ARRAY, kDe
121
121
DECLARE_DYNAMIC_ATTRIBUTE (Descriptor::Attributes::ServerList::Id, ARRAY, kDescriptorAttributeArraySize , 0 ), /* server list */
122
122
DECLARE_DYNAMIC_ATTRIBUTE (Descriptor::Attributes::ClientList::Id, ARRAY, kDescriptorAttributeArraySize , 0 ), /* client list */
123
123
DECLARE_DYNAMIC_ATTRIBUTE (Descriptor::Attributes::PartsList::Id, ARRAY, kDescriptorAttributeArraySize , 0 ), /* parts list */
124
- DECLARE_DYNAMIC_ATTRIBUTE (Descriptor::Attributes::EndpointUniqueId::Id, ARRAY, 32 , 0 ), /* parts list */
124
+ DECLARE_DYNAMIC_ATTRIBUTE (Descriptor::Attributes::EndpointUniqueId::Id, ARRAY, 32 , 0 ), /* parts list */
125
125
DECLARE_DYNAMIC_ATTRIBUTE_LIST_END ();
126
126
127
127
// Declare Bridged Device Basic Information cluster attributes
@@ -275,8 +275,8 @@ int AddDeviceEndpoint(Device * dev, EmberAfEndpointType * ep, const Span<const E
275
275
DeviceLayer::StackLock lock;
276
276
dev->SetEndpointId (gCurrentEndpointId );
277
277
dev->SetParentEndpointId (parentEndpointId);
278
- err =
279
- emberAfSetDynamicEndpoint ( index , gCurrentEndpointId , ep, dataVersionStorage, deviceTypeList, epUniqueId, parentEndpointId);
278
+ err = emberAfSetDynamicEndpoint ( index , gCurrentEndpointId , ep, dataVersionStorage, deviceTypeList, epUniqueId,
279
+ parentEndpointId);
280
280
if (err == CHIP_NO_ERROR)
281
281
{
282
282
ChipLogProgress (DeviceLayer, " Added device %s to dynamic endpoint %d (index=%d)" , dev->GetName (),
0 commit comments