changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gattc_write_params_t Struct Reference

ble_gattc_write_params_t Struct Reference
[Generic Attribute Profile (GATT) Client]

Write Parameters. More...

#include <ble_gattc.h>

Data Fields

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.
uint8_t flags
 Flags, see GATT Execute Write flags.

Detailed Description

Write Parameters.

Definition at line 95 of file ble_gattc.h.


Field Documentation

uint8_t flags

Flags, see GATT Execute Write flags.

Definition at line 102 of file ble_gattc.h.

uint16_t handle

Handle to the attribute to be written.

Definition at line 98 of file ble_gattc.h.

uint16_t len

Length of data in bytes.

Definition at line 100 of file ble_gattc.h.

uint16_t offset

Offset in bytes.

Definition at line 99 of file ble_gattc.h.

uint8_t* p_value

Pointer to the value data.

Definition at line 101 of file ble_gattc.h.

uint8_t write_op

Write Operation to be performed, see BLE_GATT_WRITE_OPS.

Definition at line 97 of file ble_gattc.h.