Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
GattHVXCallbackParams Struct Reference
[Server]
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. | |
GattAttribute::Handle_t | handle |
Attribute Handle to which the HVx operation applies. | |
HVXType_t | type |
Indication or Notification, see HVXType_t. | |
uint16_t | len |
Attribute value length. | |
const uint8_t * | data |
Attribute value. |
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 356 of file GattCallbackParamTypes.h.
Field Documentation
The handle of the connection that triggered the event.
Definition at line 360 of file GattCallbackParamTypes.h.
const uint8_t* data |
Attribute value.
Definition at line 380 of file GattCallbackParamTypes.h.
Attribute Handle to which the HVx operation applies.
Definition at line 365 of file GattCallbackParamTypes.h.
uint16_t len |
Attribute value length.
Definition at line 375 of file GattCallbackParamTypes.h.
Indication or Notification, see HVXType_t.
Definition at line 370 of file GattCallbackParamTypes.h.
Generated on Tue Jul 12 2022 13:55:31 by
