Since: API level 34
public static class

PeripheralConstants.ConnectionState

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.ex.peripheral.PeripheralConstants.ConnectionState

Deprecated in API level 37

Class Overview

This class defines connection state.

Since
API level 34
Knox 3.7.1

Summary

Constants
String CONNECTED Deprecated in API level 37
String CONNECTING Deprecated in API level 37
String DISCONNECTED Deprecated in API level 37
String UNKNOWN Deprecated in API level 37
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONNECTED

Since: API level 34

Deprecated in API level 37

Indicates Peripheral connected.

Since
API level 34
KNOX 3.7.1
Constant Value: "PERIPHERAL_CONNECTION_STATE_CONNECTED"

public static final String CONNECTING

Since: API level 34

Deprecated in API level 37

Indicates connecting Peripheral.

Since
API level 34
KNOX 3.7.1
Constant Value: "PERIPHERAL_CONNECTION_STATE_CONNECTING"

public static final String DISCONNECTED

Since: API level 34

Deprecated in API level 37

Indicates Peripheral disconnected.

Since
API level 34
KNOX 3.7.1
Constant Value: "PERIPHERAL_CONNECTION_STATE_DISCONNECTED"

public static final String UNKNOWN

Since: API level 34

Deprecated in API level 37

Indicates Peripheral connection state is unknown.

Since
API level 34
KNOX 3.7.1
Constant Value: "PERIPHERAL_CONNECTION_STATE_UNKNOWN"