Sl4aBluetoothUtil.BluetoothAccessLevel

public static final enum Sl4aBluetoothUtil.BluetoothAccessLevel
extends Enum<Sl4aBluetoothUtil.BluetoothAccessLevel>

java.lang.Object
🎞 java.lang.Enum<com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothAccessLevel>
  🎞 com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothAccessLevel


Enum per il livello di accesso al dispositivo Bluetooth che si basano su BluetoothDevice.java

Riepilogo

Valori enum

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_ALLOWED

 

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_REJECTED

 

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_UNKNOWN

 

Metodi pubblici

int getAccess()
static Sl4aBluetoothUtil.BluetoothAccessLevel valueOf(String name)
static final BluetoothAccessLevel[] values()

Valori enum

ACCESSO_CONSENTITO

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_ALLOWED

ACCESSO RIFIUTATO

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_REJECTED

ACCESSO_SCONOSCIUTO

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_UNKNOWN

Metodi pubblici

getAccess

public int getAccess ()

Ritorni
int

valueOf

public static Sl4aBluetoothUtil.BluetoothAccessLevel valueOf (String name)

Parametri
name String

Ritorni
Sl4aBluetoothUtil.BluetoothAccessLevel

valori

public static final BluetoothAccessLevel[] values ()

Ritorni
BluetoothAccessLevel[]