Mistake on this page?
Report an issue in GitHub or email us
Data Fields
GattHVXCallbackParams Struct Reference

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...
 

Detailed Description

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 359 of file gatt/GattCallbackParamTypes.h.

Field Documentation

The handle of the connection that triggered the event.

Definition at line 363 of file gatt/GattCallbackParamTypes.h.

const uint8_t* data

Attribute value.

Definition at line 383 of file gatt/GattCallbackParamTypes.h.

Attribute Handle to which the HVx operation applies.

Definition at line 368 of file gatt/GattCallbackParamTypes.h.

uint16_t len

Attribute value length.

Definition at line 378 of file gatt/GattCallbackParamTypes.h.

HVXType_t type

Indication or Notification, see HVXType_t.

Definition at line 373 of file gatt/GattCallbackParamTypes.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.