Package ej.bluetooth.util
Class SecurityLevels
- java.lang.Object
-
- ej.bluetooth.util.SecurityLevels
-
public class SecurityLevels extends java.lang.ObjectTheSecurityLevelsclass enumerates the values for security levels of GATT attributes.
-
-
Field Detail
-
NONE
public static final int NONE
No encryption required.- See Also:
- Constant Field Values
-
ENCRYPT
public static final int ENCRYPT
Encryption required.- See Also:
- Constant Field Values
-
AUTH
public static final int AUTH
Authentication required.- See Also:
- Constant Field Values
-
-