estructura BTH_LE_GATT_CHARACTERISTIC_VALUE (bthledef.h)
La estructura BTH_LE_GATT_CHARACTERISTIC_VALUE describe un valor de característica de perfil de perfil (GATT) de Bluetooth Low Energy (LE).
Sintaxis
typedef struct _BTH_LE_GATT_CHARACTERISTIC_VALUE {
ULONG DataSize;
#if ...
UCHAR *Data[];
#else
UCHAR Data[1];
#endif
} BTH_LE_GATT_CHARACTERISTIC_VALUE, *PBTH_LE_GATT_CHARACTERISTIC_VALUE;
Miembros
DataSize
Tamaño, en bytes, del valor de la característica GATT de Bluetooth LE.
Data[*]
Puntero a los datos de valor de características del GATT de Bluetooth LE.
Data[1]
Puntero a los datos de valor de características del GATT de Bluetooth LE.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Versiones:_Supported en Windows 8 |
Encabezado | bthledef.h (incluya BthLEDef.h) |
Consulte también
Función de devolución de llamada de notificación gatt de Bluetooth