dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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 const * p_value
 

Detailed Description

Write Parameters.

Definition at line 177 of file ble_gattc.h.

Field Documentation

uint8_t ble_gattc_write_params_t::flags

Flags, see GATT Execute Write flags.

Definition at line 180 of file ble_gattc.h.

uint16_t ble_gattc_write_params_t::handle

Handle to the attribute to be written.

Definition at line 181 of file ble_gattc.h.

uint16_t ble_gattc_write_params_t::len

Length of data in bytes.

Definition at line 183 of file ble_gattc.h.

uint16_t ble_gattc_write_params_t::offset

Offset in bytes.

Note
For WRITE_CMD and WRITE_REQ, offset must be 0.

Definition at line 182 of file ble_gattc.h.

uint8_t const* ble_gattc_write_params_t::p_value

Pointer to the value data.

Definition at line 184 of file ble_gattc.h.

uint8_t ble_gattc_write_params_t::write_op

Write Operation to be performed, see GATT Write operations.

Definition at line 179 of file ble_gattc.h.


The documentation for this struct was generated from the following file: