BluetoothLEAdvertisement.ServiceUuids Property

Definition

Gets the list of service UUIDs (in 128-bit GUID format) in a BluetoothLEAdvertisement.

public:
 property IVector<Platform::Guid> ^ ServiceUuids { IVector<Platform::Guid> ^ get(); };
IVector<winrt::guid> ServiceUuids();
public IList<Guid> ServiceUuids { get; }
var iVector = bluetoothLEAdvertisement.serviceUuids;
Public ReadOnly Property ServiceUuids As IList(Of Guid)

Property Value

IVector<Guid>

IList<Guid>

IVector<Platform::Guid>

IVector<winrt::guid>

An IVector of GUID, representing the list of service UUIDs in 128-bit GUID format. This property aggregates all the 16-bit, 32-bit, and 128-bit service UUIDs into a single list.

Windows requirements

App capabilities
bluetooth

Applies to