Share via


GattLocalDescriptor.Uuid Property

Definition

Gets the Bluetooth SIG-defined UUID for this local characteristic descriptor.

public:
 property Platform::Guid Uuid { Platform::Guid get(); };
winrt::guid Uuid();
public Guid Uuid { get; }
var guid = gattLocalDescriptor.uuid;
Public ReadOnly Property Uuid As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The Bluetooth SIG-defined UUID for this local characteristic descriptor.

Windows requirements

App capabilities
bluetooth

Applies to