struttura BTH_LE_UUID (bthledef.h)
La struttura BTH_LE_UUID contiene informazioni su un identificatore univoco universale (UUID) Bluetooth Low Energy (LE).
Sintassi
typedef struct _BTH_LE_UUID {
BOOLEAN IsShortUuid;
union {
USHORT ShortUuid;
GUID LongUuid;
} Value;
} BTH_LE_UUID, *PBTH_LE_UUID;
Members
IsShortUuid
Indica se l'UUID a 16 bit è abbreviato o se è il valore a 128 bit lungo.
Value
Valore dell'UUID.
Value.ShortUuid
Valore breve a 16 bit dell'UUID. Questo membro si applica solo se IsShortUuid è TRUE.
Value.LongUuid
Valore lungo a 128 bit dell'UUID. Questo membro si applica solo se IsShortUuid è FALSE.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Versioni:_Supported in Windows 8 |
Intestazione | bthledef.h (include BthLEDef.h) |