java.lang.Object |
↳ |
com.samsung.android.knox.bluetooth.BluetoothSecureModeWhitelistConfig |
Class Overview
This class defines a structure specifying the fields which are required to add a device to a
whitelist in Bluetooth Secure Mode.
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Fields |
public
int |
cod |
Specifies the class of device of the Bluetooth product. |
public
String |
name |
Specifies the friendly name of the Bluetooth product. |
public
String[] |
uuids |
Specifies the list of all profile UUIDs as an array which are supported by the Bluetooth
product. |
[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()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
public
int
cod
Since: API level 6
Specifies the class of device of the Bluetooth product.
Since: API level 6
Specifies the friendly name of the Bluetooth product.
Since: API level 6
Specifies the list of all profile UUIDs as an array which are supported by the Bluetooth
product.
Public Constructors
public
BluetoothSecureModeWhitelistConfig
()
public
BluetoothSecureModeWhitelistConfig
(String name, int cod, String[] uuids)