Sl4aBluetoothUtil.BluetoothConnectionState

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

java.lang.Объект
java.lang.Enum< com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothConnectionState >
com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothConnectionState


Перечисления для состояний соединения Bluetooth, основанные на BluetoothProfile.java

Краткое содержание

Значения перечисления

Sl4aBluetoothUtil.BluetoothConnectionState CONNECTED

Sl4aBluetoothUtil.BluetoothConnectionState CONNECTING

Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTED

Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTING

Публичные методы

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

Значения перечисления

СВЯЗАННЫЙ

public static final Sl4aBluetoothUtil.BluetoothConnectionState CONNECTED

ПОДКЛЮЧЕНИЕ

public static final Sl4aBluetoothUtil.BluetoothConnectionState CONNECTING

ОТКЛЮЧЕН

public static final Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTED

ОТКЛЮЧЕНИЕ

public static final Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTING

Публичные методы

получить состояние

public int getState ()

Возвращает
int

значение

public static Sl4aBluetoothUtil.BluetoothConnectionState valueOf (String name)

Параметры
name String

Возвращает
Sl4aBluetoothUtil.BluetoothConnectionState

ценности

public static final BluetoothConnectionState[] values ()

Возвращает
BluetoothConnectionState[]