S132 SoftDevice v1.0.0-3.alpha
Data Fields
ble_gattc_write_params_t Struct Reference

Write Parameters. More...

#include <ble_gattc.h>

Data Fields

uint8_t write_op
 
uint8_t flags
 
uint16_t handle
 
uint16_t offset
 
uint16_t len
 
uint8_t * p_value
 

Detailed Description

Write Parameters.

Field Documentation

uint8_t ble_gattc_write_params_t::flags
uint16_t ble_gattc_write_params_t::handle

Handle to the attribute to be written.

uint16_t ble_gattc_write_params_t::len

Length of data in bytes.

uint16_t ble_gattc_write_params_t::offset

Offset in bytes.

Note
For WRITE_CMD and WRITE_REQ, offset must be 0.
uint8_t* ble_gattc_write_params_t::p_value

Pointer to the value data.

uint8_t ble_gattc_write_params_t::write_op

Write Operation to be performed, see GATT Write operations.


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