Since: API level 35
public static class

PeripheralConstants.Internal.BtPairingExtraDataType

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

Deprecated in API level 37

Class Overview

This class defines internal data - bluetooth pairing extra data type.

Since
API level 35
Knox 3.8

Summary

Constants
String DEVICE_NAME Deprecated in API level 37
String MAC_ADDRESS Deprecated in API level 37
String MANUFACTURER_DATA Deprecated in API level 37
String UUID Deprecated in API level 37
Public Constructors
BtPairingExtraDataType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DEVICE_NAME

Since: API level 35

Deprecated in API level 37

Indicates internal key between Peripheral framework and plugin - data type device name.

Since
API level 35
KNOX 3.8
Constant Value: "DEVICE_NAME"

public static final String MAC_ADDRESS

Since: API level 35

Deprecated in API level 37

Indicates internal key between Peripheral framework and plugin - data type mac address.

Since
API level 35
KNOX 3.8
Constant Value: "MAC_ADDRESS"

public static final String MANUFACTURER_DATA

Since: API level 35

Deprecated in API level 37

Indicates internal key between Peripheral framework and plugin - data type manufacturer data.

Since
API level 35
KNOX 3.8
Constant Value: "MANUFACTURER_DATA"

public static final String UUID

Since: API level 35

Deprecated in API level 37

Indicates internal key between Peripheral framework and plugin - data type UUID.

Since
API level 35
KNOX 3.8
Constant Value: "UUID"

Public Constructors

public BtPairingExtraDataType ()

Since: API level 35