We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e076f9e commit 2c88f2fCopy full SHA for 2c88f2f
ble/src/main/java/no/nordicsemi/android/ble/observer/ConnectionObserver.java
@@ -49,7 +49,7 @@ public interface ConnectionObserver {
49
* Android will try to reconnect automatically.
50
*/
51
int REASON_LINK_LOSS = 3;
52
- /** The device does not hav required services. */
+ /** The device does not have required services. */
53
int REASON_NOT_SUPPORTED = 4;
54
/** Connection attempt was cancelled. */
55
int REASON_CANCELLED = 5;
0 commit comments