Since: API level 34
public static class

PeripheralConstants.EventType

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

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

Class Overview

This class defines event type.

Since
API level 34
Knox 3.7.1

Summary

Constants
int BT_DISCOVER_STOPPED Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
int CONNECTION_CHANGED Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
int DATA_RECEIVED Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
int ERROR_RECEIVED Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
int FIRMWARE_UPDATED Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
int INFO_RECEIVED 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 int BT_DISCOVER_STOPPED

Since: API level 35

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

Indicates Bluetooth device discover event

Since
API level 35
KNOX 3.8
Constant Value: 4 (0x00000004)

public static final int CONNECTION_CHANGED

Since: API level 34

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

Indicates Peripheral connection changed.

Since
API level 34
KNOX 3.7.1
Constant Value: 0 (0x00000000)

public static final int DATA_RECEIVED

Since: API level 34

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

Indicates data received.

Since
API level 34
KNOX 3.7.1
Constant Value: 2 (0x00000002)

public static final int ERROR_RECEIVED

Since: API level 34

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

Indicates error received.

Since
API level 34
KNOX 3.7.1
Constant Value: 1 (0x00000001)

public static final int FIRMWARE_UPDATED

Since: API level 34

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

Indicates firmware updated.

Since
API level 34
KNOX 3.7.1
Constant Value: 10 (0x0000000a)

public static final int INFO_RECEIVED

Since: API level 34

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

Indicates information received.

Since
API level 34
KNOX 3.7.1
Constant Value: 3 (0x00000003)