java.lang.Object |
↳ |
com.samsung.android.knox.ex.peripheral.PeripheralConstants.Internal.BtPairingExtraDataType |
Class Overview
This class defines internal data - bluetooth pairing extra data type.
Summary
Constants |
String |
DEVICE_NAME |
Indicates internal key between Peripheral framework and plugin - data type device name. |
String |
MAC_ADDRESS |
Indicates internal key between Peripheral framework and plugin - data type mac address. |
String |
MANUFACTURER_DATA |
Indicates internal key between Peripheral framework and plugin - data type manufacturer data. |
String |
UUID |
Indicates internal key between Peripheral framework and plugin - data type UUID. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
String
DEVICE_NAME
Since: API level 35
Indicates internal key between Peripheral framework and plugin - data type device name.
Constant Value:
"DEVICE_NAME"
public
static
final
String
MAC_ADDRESS
Since: API level 35
Indicates internal key between Peripheral framework and plugin - data type mac address.
Constant Value:
"MAC_ADDRESS"
public
static
final
String
MANUFACTURER_DATA
Since: API level 35
Indicates internal key between Peripheral framework and plugin - data type manufacturer data.
Constant Value:
"MANUFACTURER_DATA"
public
static
final
String
UUID
Since: API level 35
Indicates internal key between Peripheral framework and plugin - data type UUID.
Constant Value:
"UUID"
Public Constructors
public
BtPairingExtraDataType
()