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