nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gattc_write_params_t Struct Reference

Data Fields

uint8_t write_op
 
uint16_t handle
 
uint16_t offset
 
uint16_t len
 
uint8_t * p_value
 

Field Documentation

uint8_t write_op

Write Operation to be performed, see BLE_GATT_WRITE_OPS.

uint16_t handle

Handle to the attribute to be written.

uint16_t offset

Offset in bytes.

uint16_t len

Length of data in bytes.

uint8_t* p_value

Pointer to the value data.