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

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

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

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

ценности

public static final BluetoothConnectionState[] values ()