Table of Contents

Class GattDescriptorUuids

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

Represents an enumeration of the most well known Descriptor UUID values, and provides convenience methods for working with GATT descriptor UUIDs, and static properties providing descriptor UUIDs for common GATT descriptors.

public static class GattDescriptorUuids
Inheritance
GattDescriptorUuids
Inherited Members

Properties

CharacteristicAggregateFormat

Gets the Bluetooth SIG-defined Characteristic Aggregate Format Descriptor UUID.

public static Guid CharacteristicAggregateFormat { get; }

Property Value

Guid

CharacteristicExtendedProperties

Gets the Bluetooth SIG-defined Characteristic Extended Properties Descriptor UUID.

public static Guid CharacteristicExtendedProperties { get; }

Property Value

Guid

CharacteristicPresentationFormat

Gets the Bluetooth SIG-defined Characteristic Presentation Format Descriptor

public static Guid CharacteristicPresentationFormat { get; }

Property Value

Guid

CharacteristicUserDescription

Gets the Bluetooth SIG-defined Characteristic User Description Descriptor UUID.

public static Guid CharacteristicUserDescription { get; }

Property Value

Guid

ClientCharacteristicConfiguration

Gets the Bluetooth SIG-defined Client Characteristic Configuration Descriptor UUID.

public static Guid ClientCharacteristicConfiguration { get; }

Property Value

Guid

EssConfiguration

Gets the Bluetooth SIG-defined Environmental Sensing Configuration Descriptor UUID.

public static Guid EssConfiguration { get; }

Property Value

Guid

EssMeasurement

Gets the Bluetooth SIG-defined Environmental Sensing Measurement Descriptor UUID.

public static Guid EssMeasurement { get; }

Property Value

Guid

EssTriggerSetting

Gets the Bluetooth SIG-defined Environmental Sensing Trigger Setting Descriptor UUID.

public static Guid EssTriggerSetting { get; }

Property Value

Guid

ExternalReportReference

Get the Bluetooth SIG-defined External Report Reference Descriptor UUID.

public static Guid ExternalReportReference { get; }

Property Value

Guid

ReportReference

Get the Bluetooth SIG-defined Report Reference Descriptor UUID.

public static Guid ReportReference { get; }

Property Value

Guid

ServerCharacteristicConfiguration

Gets the Bluetooth SIG-defined Server Characteristic Configuration Descriptor UUID.

public static Guid ServerCharacteristicConfiguration { get; }

Property Value

Guid

TimeTriggerSetting

Gets the Bluetooth SIG-defined Time Trigger Setting Descriptor UUID.

public static Guid TimeTriggerSetting { get; }

Property Value

Guid

ValueTriggerSetting

Gets the Bluetooth SIG-defined Value trigger settings Descriptor UUID.

public static Guid ValueTriggerSetting { get; }

Property Value

Guid