adaptation for book and plug demo
Fork of BLE_API by
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 Wed Jul 13 2022 09:31:10 by 1.7.2