S332 SoftDevice v0.9.1
Event structure for BLE_GATTC_EVT_HVX . More...
#include <ble_gattc.h>
Detailed Description
Event structure for BLE_GATTC_EVT_HVX .
Field Documentation
| uint8_t ble_gattc_evt_hvx_t::data[1] |
Attribute data.@note This is a variable length array. The size of 1 indicated is only a placeholder for compilation.
See sd_ble_evt_get for more information on how to use event structures with variable length array members.
| uint16_t ble_gattc_evt_hvx_t::handle |
Handle to which the HVx operation applies.
| uint16_t ble_gattc_evt_hvx_t::len |
Attribute data length.
| uint8_t ble_gattc_evt_hvx_t::type |
Indication or Notification, see GATT Handle Value operations .