Class GattProtocolError
- Assembly
- nanoFramework.Device.Bluetooth.dll
This class contains byte values for GATT protocol errors.
public static class GattProtocolError
- Inheritance
-
GattProtocolError
- Inherited Members
Properties
AttributeNotFound
Gets the byte value for an attribute not found error.
public static byte AttributeNotFound { get; }
Property Value
AttributeNotLong
Gets the byte value for an attribute not long error.
public static byte AttributeNotLong { get; }
Property Value
InsufficientAuthentication
Gets the byte value for an insufficient authentication error.
public static byte InsufficientAuthentication { get; }
Property Value
InsufficientAuthorization
Gets the byte value for an insufficient authorization error.
public static byte InsufficientAuthorization { get; }
Property Value
InsufficientEncryption
Gets the byte value for an insufficient encryption error.
public static byte InsufficientEncryption { get; }
Property Value
InsufficientEncryptionKeySize
Gets the byte value for an insufficient encryption key size error.
public static byte InsufficientEncryptionKeySize { get; }
Property Value
InsufficientResources
Gets the byte value for an insufficient resources error.
public static byte InsufficientResources { get; }
Property Value
InvalidAttributeValueLength
Gets the byte value for an invalid attribute value length error.
public static byte InvalidAttributeValueLength { get; }
Property Value
InvalidHandle
Gets the byte value for an invalid handle error.
public static byte InvalidHandle { get; }
Property Value
InvalidOffset
Gets the byte value for an invalid offset error.
public static byte InvalidOffset { get; }
Property Value
InvalidPdu
Gets the byte value for an invalid PDU error.
public static byte InvalidPdu { get; }
Property Value
PrepareQueueFull
Gets the byte value for a prepare queue full error.
public static byte PrepareQueueFull { get; }
Property Value
ReadNotPermitted
Gets the byte value for a read not permitted error.
public static byte ReadNotPermitted { get; }
Property Value
RequestNotSupported
Gets the byte value for a request not supported error.
public static byte RequestNotSupported { get; }
Property Value
UnlikelyError
Gets the byte value for an unlikely error.
public static byte UnlikelyError { get; }
Property Value
UnsupportedGroupType
Gets the byte value for an unsupported group type error.
public static byte UnsupportedGroupType { get; }
Property Value
WriteNotPermitted
Gets the byte value for a write not permitted error.
public static byte WriteNotPermitted { get; }