Package apple.corebluetooth.enums
Class CBATTError
- java.lang.Object
-
- apple.corebluetooth.enums.CBATTError
-
public final class CBATTError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAttributeNotFoundstatic longAttributeNotLongstatic longInsufficientAuthenticationstatic longInsufficientAuthorizationstatic longInsufficientEncryptionstatic longInsufficientEncryptionKeySizestatic longInsufficientResourcesstatic longInvalidAttributeValueLengthstatic longInvalidHandlestatic longInvalidOffsetstatic longInvalidPdustatic longPrepareQueueFullstatic longReadNotPermittedstatic longRequestNotSupportedstatic longSuccessstatic longUnlikelyErrorstatic longUnsupportedGroupTypestatic longWriteNotPermitted
-
-
-
Field Detail
-
Success
public static final long Success
- See Also:
- Constant Field Values
-
InvalidHandle
public static final long InvalidHandle
- See Also:
- Constant Field Values
-
ReadNotPermitted
public static final long ReadNotPermitted
- See Also:
- Constant Field Values
-
WriteNotPermitted
public static final long WriteNotPermitted
- See Also:
- Constant Field Values
-
InvalidPdu
public static final long InvalidPdu
- See Also:
- Constant Field Values
-
InsufficientAuthentication
public static final long InsufficientAuthentication
- See Also:
- Constant Field Values
-
RequestNotSupported
public static final long RequestNotSupported
- See Also:
- Constant Field Values
-
InvalidOffset
public static final long InvalidOffset
- See Also:
- Constant Field Values
-
InsufficientAuthorization
public static final long InsufficientAuthorization
- See Also:
- Constant Field Values
-
PrepareQueueFull
public static final long PrepareQueueFull
- See Also:
- Constant Field Values
-
AttributeNotFound
public static final long AttributeNotFound
- See Also:
- Constant Field Values
-
AttributeNotLong
public static final long AttributeNotLong
- See Also:
- Constant Field Values
-
InsufficientEncryptionKeySize
public static final long InsufficientEncryptionKeySize
- See Also:
- Constant Field Values
-
InvalidAttributeValueLength
public static final long InvalidAttributeValueLength
- See Also:
- Constant Field Values
-
UnlikelyError
public static final long UnlikelyError
- See Also:
- Constant Field Values
-
InsufficientEncryption
public static final long InsufficientEncryption
- See Also:
- Constant Field Values
-
UnsupportedGroupType
public static final long UnsupportedGroupType
- See Also:
- Constant Field Values
-
InsufficientResources
public static final long InsufficientResources
- See Also:
- Constant Field Values
-
-