@ProviderType public enum BluetoothTransportType extends java.lang.Enum<BluetoothTransportType>
| Modifier and Type | Method and Description |
|---|---|
static BluetoothTransportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BluetoothTransportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BluetoothTransportType AUTO
public static final BluetoothTransportType BREDR
public static final BluetoothTransportType LE
public static BluetoothTransportType[] values()
for (BluetoothTransportType c : BluetoothTransportType.values()) System.out.println(c);
public static BluetoothTransportType 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