Handle Value Notification/Indication event. More...
#include <GattCallbackParamTypes.h>
Data Fields | |
ble::connection_handle_t | connHandle |
The handle of the connection that triggered the event. More... | |
GattAttribute::Handle_t | handle |
Attribute Handle to which the HVx operation applies. More... | |
HVXType_t | type |
Indication or Notification, see HVXType_t. More... | |
uint16_t | len |
Attribute value length. More... | |
const uint8_t * | data |
Attribute value. More... | |
Handle Value Notification/Indication event.
The GattClient generates this type of event upon the reception of a Handle Value Notification or Indication.
The event is passed to callbacks registered by GattClient::onHVX().
Definition at line 399 of file gatt/GattCallbackParamTypes.h.
ble::connection_handle_t connHandle |
The handle of the connection that triggered the event.
Definition at line 403 of file gatt/GattCallbackParamTypes.h.
const uint8_t* data |
Attribute value.
Definition at line 423 of file gatt/GattCallbackParamTypes.h.
GattAttribute::Handle_t handle |
Attribute Handle to which the HVx operation applies.
Definition at line 408 of file gatt/GattCallbackParamTypes.h.
uint16_t len |
Attribute value length.
Definition at line 418 of file gatt/GattCallbackParamTypes.h.
HVXType_t type |
Indication or Notification, see HVXType_t.
Definition at line 413 of file gatt/GattCallbackParamTypes.h.