Bluetooth Framework C++ Edition
Public Attributes | List of all members
wclGattUuid Struct Reference

The structure contains information about a Bluetooth Low Energy (LE) Universally Unique Identifier (UUID). More...

#include <wclBluetooth.h>

Public Attributes

bool IsShortUuid
 Indicates if the Low Energy (LE) UUID a 16-bit shortened value, or if it is the long 128-bit value.
 
unsigned short ShortUuid
 The short 16-bit value of the UUID. This member applies only if IsShortUuid is True.
 
GUID LongUuid
 The long 128-bit value of the UUID. This member applies only if IsShortUuid is False.
 

Detailed Description

The structure contains information about a Bluetooth Low Energy (LE) Universally Unique Identifier (UUID).