Merge "[DPP] Fix typo in javadoc for SUCCESS_CONFIGURATION_APPLIED" into rvc-dev am: faac9ca5a9 am: d3803377e6 am: d5eaaf4a01 am: 6ad0a040b1

Change-Id: Id0f022cf2fca2c4b7ad2ffa79a6548f7fdf62e19
This commit is contained in:
Hai Shalom
2020-04-03 21:12:01 +00:00
committed by Automerger Merge Worker

View File

@@ -42,7 +42,7 @@ public abstract class EasyConnectStatusCallback {
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
* 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.