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 पर आधारित, ब्लूटूथ कनेक्शन की स्थितियों के लिए Enums

खास जानकारी

Enum वैल्यू

Sl4aBluetoothUtil.BluetoothConnectionState  CONNECTED

 

Sl4aBluetoothUtil.BluetoothConnectionState  CONNECTING

 

Sl4aBluetoothUtil.BluetoothConnectionState  DISCONNECTED

 

Sl4aBluetoothUtil.BluetoothConnectionState  DISCONNECTING

 

सार्वजनिक तरीके

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

Enum वैल्यू

कनेक्ट हो गया

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

वैल्यू

public static final BluetoothConnectionState[] values ()

रिटर्न
BluetoothConnectionState[]