We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19525fc commit 2cab7f6Copy full SHA for 2cab7f6
examples/fabric-bridge-app/linux/main.cpp
@@ -60,10 +60,6 @@ using namespace chip::app::Clusters;
60
61
namespace {
62
63
-const int kNodeLabelSize = 32;
64
-// Current ZCL implementation of Struct uses a max-size array of 254 bytes
65
-const int kDescriptorAttributeArraySize = 254;
66
-
67
EndpointId gCurrentEndpointId;
68
EndpointId gFirstDynamicEndpointId;
69
Device * gDevices[CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT + 1];
0 commit comments