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

الطرق العامة

getState

public int getState ()

المرتجعات
int

valueOf

public static Sl4aBluetoothUtil.BluetoothConnectionState valueOf (String name)

المعلمات
name String

المرتجعات
Sl4aBluetoothUtil.BluetoothConnectionState

values

public static final BluetoothConnectionState[] values ()

المرتجعات
BluetoothConnectionState[]