Since: API level 6
public class

BluetoothSecureModeWhitelistConfig

extends Object
implements Parcelable
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.

Since
API level 6
MDM 4.0

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
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.
Public Constructors
BluetoothSecureModeWhitelistConfig()
BluetoothSecureModeWhitelistConfig(String name, int cod, String[] uuids)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public int cod

Since: API level 6

Specifies the class of device of the Bluetooth product.

Since
API level 6
MDM 4.0

public String name

Since: API level 6

Specifies the friendly name of the Bluetooth product.

Since
API level 6
MDM 4.0

public String[] uuids

Since: API level 6

Specifies the list of all profile UUIDs as an array which are supported by the Bluetooth product.

Since
API level 6
MDM 4.0

Public Constructors

public BluetoothSecureModeWhitelistConfig ()

Since: API level 6

Since
API level 6
MDM 4.0

public BluetoothSecureModeWhitelistConfig (String name, int cod, String[] uuids)

Since: API level 6

Since
API level 6
MDM 4.0