Table of Contents

Class GattProtocolError

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
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

byte

AttributeNotLong

Gets the byte value for an attribute not long error.

public static byte AttributeNotLong { get; }

Property Value

byte

InsufficientAuthentication

Gets the byte value for an insufficient authentication error.

public static byte InsufficientAuthentication { get; }

Property Value

byte

InsufficientAuthorization

Gets the byte value for an insufficient authorization error.

public static byte InsufficientAuthorization { get; }

Property Value

byte

InsufficientEncryption

Gets the byte value for an insufficient encryption error.

public static byte InsufficientEncryption { get; }

Property Value

byte

InsufficientEncryptionKeySize

Gets the byte value for an insufficient encryption key size error.

public static byte InsufficientEncryptionKeySize { get; }

Property Value

byte

InsufficientResources

Gets the byte value for an insufficient resources error.

public static byte InsufficientResources { get; }

Property Value

byte

InvalidAttributeValueLength

Gets the byte value for an invalid attribute value length error.

public static byte InvalidAttributeValueLength { get; }

Property Value

byte

InvalidHandle

Gets the byte value for an invalid handle error.

public static byte InvalidHandle { get; }

Property Value

byte

InvalidOffset

Gets the byte value for an invalid offset error.

public static byte InvalidOffset { get; }

Property Value

byte

InvalidPdu

Gets the byte value for an invalid PDU error.

public static byte InvalidPdu { get; }

Property Value

byte

PrepareQueueFull

Gets the byte value for a prepare queue full error.

public static byte PrepareQueueFull { get; }

Property Value

byte

ReadNotPermitted

Gets the byte value for a read not permitted error.

public static byte ReadNotPermitted { get; }

Property Value

byte

RequestNotSupported

Gets the byte value for a request not supported error.

public static byte RequestNotSupported { get; }

Property Value

byte

UnlikelyError

Gets the byte value for an unlikely error.

public static byte UnlikelyError { get; }

Property Value

byte

UnsupportedGroupType

Gets the byte value for an unsupported group type error.

public static byte UnsupportedGroupType { get; }

Property Value

byte

WriteNotPermitted

Gets the byte value for a write not permitted error.

public static byte WriteNotPermitted { get; }

Property Value

byte