S130 SoftDevice v1.0.0
Data Fields
ble_gatts_hvx_params_t Struct Reference

GATT HVx parameters. More...

#include <ble_gatts.h>

Data Fields

uint16_t handle
 
uint8_t type
 
uint16_t offset
 
uint16_t * p_len
 
uint8_t * p_data
 

Detailed Description

GATT HVx parameters.

Field Documentation

uint16_t ble_gatts_hvx_params_t::handle

Characteristic Value Handle.

uint16_t ble_gatts_hvx_params_t::offset

Offset within the attribute value.

uint8_t* ble_gatts_hvx_params_t::p_data

Actual data content, use NULL to use the current attribute value.

uint16_t* ble_gatts_hvx_params_t::p_len

Length in bytes to be written, length in bytes written after successful return.

uint8_t ble_gatts_hvx_params_t::type

Indication or Notification, see GATT Handle Value operations.


This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.