GattDescriptorUuids
GattDescriptorUuids
GattDescriptorUuids
GattDescriptorUuids
Class
Definition
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 GattDescriptorUuidspublic static class GattDescriptorUuidsPublic Static Class GattDescriptorUuids// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
CharacteristicAggregateFormat CharacteristicAggregateFormat CharacteristicAggregateFormat CharacteristicAggregateFormat
Gets the Bluetooth SIG-defined Characteristic Aggregate Format Descriptor UUID.
public : static PlatForm::Guid CharacteristicAggregateFormat { get; }public static Guid CharacteristicAggregateFormat { get; }Public Static ReadOnly Property CharacteristicAggregateFormat As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The Bluetooth SIG-defined Characteristic Aggregate Format Descriptor UUID.
CharacteristicExtendedProperties CharacteristicExtendedProperties CharacteristicExtendedProperties CharacteristicExtendedProperties
Gets the Bluetooth SIG-defined Characteristic Extended Properties Descriptor UUID.
public : static PlatForm::Guid CharacteristicExtendedProperties { get; }public static Guid CharacteristicExtendedProperties { get; }Public Static ReadOnly Property CharacteristicExtendedProperties As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The Bluetooth SIG-defined Characteristic Extended Properties Descriptor UUID.
CharacteristicPresentationFormat CharacteristicPresentationFormat CharacteristicPresentationFormat CharacteristicPresentationFormat
Gets the Bluetooth SIG-defined Characteristic Presentation Format Descriptor UUID.
public : static PlatForm::Guid CharacteristicPresentationFormat { get; }public static Guid CharacteristicPresentationFormat { get; }Public Static ReadOnly Property CharacteristicPresentationFormat As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The Bluetooth SIG-defined Characteristic Presentation Format Descriptor UUID.
CharacteristicUserDescription CharacteristicUserDescription CharacteristicUserDescription CharacteristicUserDescription
Gets the Bluetooth SIG-defined Characteristic User Description Descriptor UUID.
public : static PlatForm::Guid CharacteristicUserDescription { get; }public static Guid CharacteristicUserDescription { get; }Public Static ReadOnly Property CharacteristicUserDescription As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The Bluetooth SIG-defined Characteristic User Description Descriptor UUID.
ClientCharacteristicConfiguration ClientCharacteristicConfiguration ClientCharacteristicConfiguration ClientCharacteristicConfiguration
Gets the Bluetooth SIG-defined Client Characteristic Configuration Descriptor UUID.
public : static PlatForm::Guid ClientCharacteristicConfiguration { get; }public static Guid ClientCharacteristicConfiguration { get; }Public Static ReadOnly Property ClientCharacteristicConfiguration As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The Bluetooth SIG-defined Client Characteristic Configuration Descriptor UUID.
ServerCharacteristicConfiguration ServerCharacteristicConfiguration ServerCharacteristicConfiguration ServerCharacteristicConfiguration
Gets the Bluetooth SIG-defined Server Characteristic Configuration Descriptor UUID.
public : static PlatForm::Guid ServerCharacteristicConfiguration { get; }public static Guid ServerCharacteristicConfiguration { get; }Public Static ReadOnly Property ServerCharacteristicConfiguration As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The Bluetooth SIG-defined Server Characteristic Configuration Descriptor UUID.