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


Enum cho các trạng thái kết nối Bluetooth dựa trên BluetoothProfile.java

Tóm tắt

Giá trị enum

Sl4aBluetoothUtil.BluetoothConnectionState  CONNECTED

 

Sl4aBluetoothUtil.BluetoothConnectionState  CONNECTING

 

Sl4aBluetoothUtil.BluetoothConnectionState  DISCONNECTED

 

Sl4aBluetoothUtil.BluetoothConnectionState  DISCONNECTING

 

Phương thức công khai

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

Giá trị enum

ĐÃ KẾT NỐI

public static final Sl4aBluetoothUtil.BluetoothConnectionState CONNECTED

ĐANG KẾT NỐI

public static final Sl4aBluetoothUtil.BluetoothConnectionState CONNECTING

ĐÃ NGẮT KẾT NỐI

public static final Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTED

ĐANG NGẮT KẾT NỐI

public static final Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTING

Phương thức công khai

getState

public int getState ()

Giá trị trả về
int

giá trị của

public static Sl4aBluetoothUtil.BluetoothConnectionState valueOf (String name)

Tham số
name String

Giá trị trả về
Sl4aBluetoothUtil.BluetoothConnectionState

giá trị

public static final BluetoothConnectionState[] values ()

Giá trị trả về
BluetoothConnectionState[]