public static enum RTCBluetoothManager.State extends java.lang.Enum<RTCBluetoothManager.State>
| Enum Constant and Description |
|---|
ERROR |
HEADSET_AVAILABLE |
HEADSET_UNAVAILABLE |
SCO_CONNECTED |
SCO_CONNECTING |
SCO_DISCONNECTING |
UNINITIALIZED |
| Modifier and Type | Method and Description |
|---|---|
static RTCBluetoothManager.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RTCBluetoothManager.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTCBluetoothManager.State UNINITIALIZED
public static final RTCBluetoothManager.State ERROR
public static final RTCBluetoothManager.State HEADSET_UNAVAILABLE
public static final RTCBluetoothManager.State HEADSET_AVAILABLE
public static final RTCBluetoothManager.State SCO_DISCONNECTING
public static final RTCBluetoothManager.State SCO_CONNECTING
public static final RTCBluetoothManager.State SCO_CONNECTED
public static RTCBluetoothManager.State[] values()
for (RTCBluetoothManager.State c : RTCBluetoothManager.State.values()) System.out.println(c);
public static RTCBluetoothManager.State valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null