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.
GattHVXCallbackParams Struct Reference
For encapsulating handle-value update events (notifications or indications) generated at the remote server. More...
#include <GattCallbackParamTypes.h>
Data Fields | |
Gap::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 data length. | |
const uint8_t * | data |
Attribute data, variable length. |
Detailed Description
For encapsulating handle-value update events (notifications or indications) generated at the remote server.
Definition at line 107 of file GattCallbackParamTypes.h.
Field Documentation
Gap::Handle_t connHandle |
The handle of the connection that triggered the event.
Definition at line 108 of file GattCallbackParamTypes.h.
const uint8_t* data |
Attribute data, variable length.
Definition at line 112 of file GattCallbackParamTypes.h.
Attribute Handle to which the HVx operation applies.
Definition at line 109 of file GattCallbackParamTypes.h.
uint16_t len |
Attribute data length.
Definition at line 111 of file GattCallbackParamTypes.h.
HVXType_t type |
Indication or Notification, see HVXType_t.
Definition at line 110 of file GattCallbackParamTypes.h.
Generated on Tue Jul 12 2022 20:03:31 by
