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

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

getState

public int getState ()

Возврат
int

значение

public static Sl4aBluetoothUtil.BluetoothConnectionState valueOf (String name)

Параметры
name String

Возврат
Sl4aBluetoothUtil.BluetoothConnectionState

ценности

public static final BluetoothConnectionState[] values ()

Возврат
BluetoothConnectionState[]