Since: API level 34
public static class

PeripheralConstants.ConnectivityType

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

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Class Overview

This class defines connectivity type. USB / BLUETOOTH....

Since
API level 34
Knox 3.7.1

Summary

Constants
String BLUETOOTH_CLASSIC Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String BLUETOOTH_SMART Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String INTERNAL Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String LOOPBACK Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String UNKNOWN Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String USB Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BLUETOOTH_CLASSIC

Since: API level 34

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates BLUETOOTH CLASSIC.

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

public static final String BLUETOOTH_SMART

Since: API level 34

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates BLUETOOTH SMART (BLE).

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

public static final String INTERNAL

Since: API level 34

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates INTERNAL (ex Smartphone Camera).

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

public static final String LOOPBACK

Since: API level 34

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates LOOPBACK for test app.

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

public static final String UNKNOWN

Since: API level 34

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates unknown.

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

public static final String USB

Since: API level 34

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates USB.

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