Class GattDescriptorUuids
- 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
CharacteristicExtendedProperties
Gets the Bluetooth SIG-defined Characteristic Extended Properties Descriptor UUID.
public static Guid CharacteristicExtendedProperties { get; }
Property Value
CharacteristicPresentationFormat
Gets the Bluetooth SIG-defined Characteristic Presentation Format Descriptor
public static Guid CharacteristicPresentationFormat { get; }
Property Value
CharacteristicUserDescription
Gets the Bluetooth SIG-defined Characteristic User Description Descriptor UUID.
public static Guid CharacteristicUserDescription { get; }
Property Value
ClientCharacteristicConfiguration
Gets the Bluetooth SIG-defined Client Characteristic Configuration Descriptor UUID.
public static Guid ClientCharacteristicConfiguration { get; }
Property Value
EssConfiguration
Gets the Bluetooth SIG-defined Environmental Sensing Configuration Descriptor UUID.
public static Guid EssConfiguration { get; }
Property Value
EssMeasurement
Gets the Bluetooth SIG-defined Environmental Sensing Measurement Descriptor UUID.
public static Guid EssMeasurement { get; }
Property Value
EssTriggerSetting
Gets the Bluetooth SIG-defined Environmental Sensing Trigger Setting Descriptor UUID.
public static Guid EssTriggerSetting { get; }
Property Value
ExternalReportReference
Get the Bluetooth SIG-defined External Report Reference Descriptor UUID.
public static Guid ExternalReportReference { get; }
Property Value
ReportReference
Get the Bluetooth SIG-defined Report Reference Descriptor UUID.
public static Guid ReportReference { get; }
Property Value
ServerCharacteristicConfiguration
Gets the Bluetooth SIG-defined Server Characteristic Configuration Descriptor UUID.
public static Guid ServerCharacteristicConfiguration { get; }
Property Value
TimeTriggerSetting
Gets the Bluetooth SIG-defined Time Trigger Setting Descriptor UUID.
public static Guid TimeTriggerSetting { get; }
Property Value
ValueTriggerSetting
Gets the Bluetooth SIG-defined Value trigger settings Descriptor UUID.
public static Guid ValueTriggerSetting { get; }