GattDescriptorUuids Class

Represents an enumeration of the most well known Descriptor UUID values.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static class GattDescriptorUuids
Inheritance
Object    GattDescriptorUuids

Methods

FromBluetoothUti Returns the Uuid for a descriptor given the Uniform Type Identifier.
GetDescriptorName 

Fields

CharacteristicAggregateFormat Gets the Bluetooth SIG-defined Characteristic Aggregate Format descriptor UUID.
CharacteristicExtendedProperties Gets the Bluetooth SIG-defined Characteristic Extended Properties descriptor UUID.
CharacteristicPresentationFormat Gets the Bluetooth SIG-defined Characteristic Presentation Format descriptor UUID.
CharacteristicUserDescription Gets the Bluetooth SIG-defined Characteristic User Description descriptor UUID.
ClientCharacteristicConfiguration Gets the Bluetooth SIG-defined Client Characteristic Configuration descriptor UUID.
CompleteBREDRTransportBlockData Complete BR­EDR Transport Block Data
EnvironmentalSensingConfiguration Gets the Bluetooth SIG-defined Environmental Sensing Configuration descriptor UUID.
EnvironmentalSensingMeasurement Gets the Bluetooth SIG-defined Environmental Sensing Measurement descriptor UUID.
EnvironmentalSensingTriggerSetting Gets the Bluetooth SIG-defined Environmental Sensing Trigger Setting descriptor UUID.
ExternalReportReference Gets the Bluetooth SIG-defined External Report Reference descriptor UUID.
NumberOfDigitals Gets the Bluetooth SIG-defined Number of Digitals descriptor UUID.
ReportReference Gets the Bluetooth SIG-defined Report Reference descriptor UUID.
ServerCharacteristicConfiguration Gets the Bluetooth SIG-defined Server Characteristic Configuration descriptor UUID.
TimeTriggerSetting Gets the Bluetooth SIG-defined Time Trigger Setting descriptor UUID.
ValidRange Gets the Bluetooth SIG-defined Valid Range descriptor UUID.
ValueTriggerSetting Gets the Bluetooth SIG-defined Value Trigger Setting descriptor UUID.

See Also