nRF51 SDK - S110 SoftDevice
|
Write Parameters. More...
#include <ble_gattc.h>
Data Fields | |
uint8_t | write_op |
uint16_t | handle |
uint16_t | offset |
uint16_t | len |
uint8_t * | p_value |
uint8_t | flags |
Write Parameters.
uint8_t ble_gattc_write_params_t::flags |
Flags, see GATT Execute Write 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.
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.