Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00babc8d authored by Hai Shalom's avatar Hai Shalom Committed by Automerger Merge Worker
Browse files

Merge "[DPP] Fix typo in javadoc for SUCCESS_CONFIGURATION_APPLIED" into rvc-dev am: faac9ca5

Change-Id: I65dda5463cf9a678ee71c003753af5ca941d3deb
parents d7b5f439 faac9ca5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@ public abstract class EasyConnectStatusCallback {
    public static final int EASY_CONNECT_EVENT_SUCCESS_CONFIGURATION_SENT = 0;
    public static final int EASY_CONNECT_EVENT_SUCCESS_CONFIGURATION_SENT = 0;


    /**
    /**
     * East Connect R2 Success event: Configuration applied by Enrollee (Configurator mode).
     * Easy Connect R2 Success event: Configuration applied by Enrollee (Configurator mode).
     * This is the last and final Easy Connect event when both the local device and remote device
     * This is the last and final Easy Connect event when both the local device and remote device
     * implement R2. If either the local device or remote device implement R1, this event will never
     * implement R2. If either the local device or remote device implement R1, this event will never
     * be received, and the {@link #EASY_CONNECT_EVENT_SUCCESS_CONFIGURATION_SENT} will be received.
     * be received, and the {@link #EASY_CONNECT_EVENT_SUCCESS_CONFIGURATION_SENT} will be received.