public enum BluetoothProfile extends java.lang.Enum<BluetoothProfile>
Enum Constant and Description |
---|
A2DP |
ATT |
AVDTP |
AVRCP |
BIP |
BPP |
CIP |
CTP |
DIP |
DUN |
FAX |
FTP |
GAP |
GATT |
GAVDP |
GOEP |
HCRP |
HDP |
HFP |
HID |
HSP |
ICP |
LAP |
MAP |
OPP |
PAN |
PBA |
PBAP |
rSAP |
SAP |
SDAP |
SIM |
SPP |
SYNCH |
VDP |
WAPB |
Modifier and Type | Method and Description |
---|---|
static BluetoothProfile |
getEnum(java.lang.String value) |
java.lang.String |
toString() |
static BluetoothProfile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BluetoothProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BluetoothProfile A2DP
public static final BluetoothProfile ATT
public static final BluetoothProfile AVRCP
public static final BluetoothProfile AVDTP
public static final BluetoothProfile BIP
public static final BluetoothProfile BPP
public static final BluetoothProfile CIP
public static final BluetoothProfile CTP
public static final BluetoothProfile DIP
public static final BluetoothProfile DUN
public static final BluetoothProfile FAX
public static final BluetoothProfile FTP
public static final BluetoothProfile GAVDP
public static final BluetoothProfile GAP
public static final BluetoothProfile GATT
public static final BluetoothProfile GOEP
public static final BluetoothProfile HCRP
public static final BluetoothProfile HDP
public static final BluetoothProfile HFP
public static final BluetoothProfile HID
public static final BluetoothProfile HSP
public static final BluetoothProfile ICP
public static final BluetoothProfile LAP
public static final BluetoothProfile MAP
public static final BluetoothProfile OPP
public static final BluetoothProfile PAN
public static final BluetoothProfile PBA
public static final BluetoothProfile PBAP
public static final BluetoothProfile SPP
public static final BluetoothProfile SDAP
public static final BluetoothProfile SAP
public static final BluetoothProfile SIM
public static final BluetoothProfile rSAP
public static final BluetoothProfile SYNCH
public static final BluetoothProfile VDP
public static final BluetoothProfile WAPB
public static BluetoothProfile[] values()
for (BluetoothProfile c : BluetoothProfile.values()) System.out.println(c);
public static BluetoothProfile 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@Nullable public static BluetoothProfile getEnum(@NonNull java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Enum<BluetoothProfile>