Package ej.bluetooth
Class BluetoothPermissions
- java.lang.Object
-
- ej.bluetooth.BluetoothPermissions
-
public class BluetoothPermissions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteNONEstatic byteREADstatic byteREAD_AUTHstatic byteREAD_ENCRYPTstatic byteRWstatic byteRW_AUTHstatic byteRW_ENCRYPTstatic byteWRITEstatic byteWRITE_AUTHstatic byteWRITE_ENCRYPT
-
-
-
Field Detail
-
NONE
public static final byte NONE
- See Also:
- Constant Field Values
-
READ
public static final byte READ
- See Also:
- Constant Field Values
-
READ_ENCRYPT
public static final byte READ_ENCRYPT
- See Also:
- Constant Field Values
-
READ_AUTH
public static final byte READ_AUTH
- See Also:
- Constant Field Values
-
WRITE
public static final byte WRITE
- See Also:
- Constant Field Values
-
WRITE_ENCRYPT
public static final byte WRITE_ENCRYPT
- See Also:
- Constant Field Values
-
WRITE_AUTH
public static final byte WRITE_AUTH
- See Also:
- Constant Field Values
-
RW
public static final byte RW
- See Also:
- Constant Field Values
-
RW_ENCRYPT
public static final byte RW_ENCRYPT
- See Also:
- Constant Field Values
-
RW_AUTH
public static final byte RW_AUTH
- See Also:
- Constant Field Values
-
-