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

Event structure for BLE_GATTC_EVT_WRITE_RSP. More...

#include <ble_gattc.h>

Data Fields

uint16_t handle
 
uint8_t write_op
 
uint16_t offset
 
uint16_t len
 
uint8_t data [1]
 

Detailed Description

Event structure for BLE_GATTC_EVT_WRITE_RSP.

Field Documentation

uint8_t ble_gattc_evt_write_rsp_t::data[1]

Data, variable length.

uint16_t ble_gattc_evt_write_rsp_t::handle

Attribute Handle.

uint16_t ble_gattc_evt_write_rsp_t::len

Data length.

uint16_t ble_gattc_evt_write_rsp_t::offset

Data offset.

uint8_t ble_gattc_evt_write_rsp_t::write_op

Type of write operation, 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.