GattDeviceService.Uuid Property

Definition

Gets the GATT Service UUID associated with this GattDeviceService.

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

Property Value

Guid

Platform::Guid

winrt::guid

A 128-bit Bluetooth GATT Service UUID, represented as a standard GUID object.

Windows requirements

App capabilities
bluetooth

Applies to