File tree 1 file changed +3
-3
lines changed
examples/fabric-bridge-app/fabric-bridge-common/src
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ using namespace chip::app::Clusters::AdministratorCommissioning;
28
28
29
29
CHIP_ERROR BridgedAdministratorCommissioning::Init ()
30
30
{
31
- // We expect initialization after all embr plugin clusters initialization . This allows us to unregister
32
- // the existing AccessAttributeInterface for AdministratorCommissioning and register ourselves, ensuring
33
- // we get the callback for reading attribute. If the read is not intended for a bridged device we will
31
+ // We expect initialization after emberAfInit() . This allows us to unregister the existing
32
+ // AccessAttributeInterface for AdministratorCommissioning and register ourselves, ensuring we
33
+ // get the callback for reading attribute. If the read is not intended for a bridged device we will
34
34
// forward it to the original attribute interface that we are unregistering.
35
35
mOriginalAttributeInterface = AttributeAccessInterfaceRegistry::Instance ().Get (kRootEndpointId , AdministratorCommissioning::Id);
36
36
VerifyOrReturnError (mOriginalAttributeInterface , CHIP_ERROR_INTERNAL);
You can’t perform that action at this time.
0 commit comments