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


基于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[]