BTH_LE_GATT_EVENT_TYPE enumeration (bthledef.h)

The BTH_LE_GATT_EVENT_TYPE enumeration describes the different types of Bluetooth Low Energy (LE) generic attribute (GATT) profile events.

Syntax

typedef enum _BTH_LE_GATT_EVENT_TYPE {
  CharacteristicValueChangedEvent
} BTH_LE_GATT_EVENT_TYPE;

Constants

 
CharacteristicValueChangedEvent
The characteristic value has changed.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows 8
Header bthledef.h (include BthLEDef.h)

See also

Bluetooth GATT Event Callback Function

BluetoothGATTRegisterEvent