Sl4aBluetoothUtil.BluetoothConnectionState

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

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothConnectionState>
     ↳ com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothConnectionState


Énumérations pour les états de connexion Bluetooth basées sur BluetoothProfile.java

Résumé

Valeurs enum

Sl4aBluetoothUtil.BluetoothConnectionState  CONNECTED

 

Sl4aBluetoothUtil.BluetoothConnectionState  CONNECTING

 

Sl4aBluetoothUtil.BluetoothConnectionState  DISCONNECTED

 

Sl4aBluetoothUtil.BluetoothConnectionState  DISCONNECTING

 

Méthodes publiques

int getState()
static Sl4aBluetoothUtil.BluetoothConnectionState valueOf(String name)
static final BluetoothConnectionState[] values()

Valeurs enum

CONNECTÉ

public static final Sl4aBluetoothUtil.BluetoothConnectionState CONNECTED

CONNEXION…

public static final Sl4aBluetoothUtil.BluetoothConnectionState CONNECTING

DÉCONNECTÉ

public static final Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTED

DÉCONNEXION…

public static final Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTING

Méthodes publiques

getState

public int getState ()

Renvoie
int

valeur_

public static Sl4aBluetoothUtil.BluetoothConnectionState valueOf (String name)

Paramètres
name String

Renvoie
Sl4aBluetoothUtil.BluetoothConnectionState

valeurs

public static final BluetoothConnectionState[] values ()

Renvoie
BluetoothConnectionState[]