ble_gattc_write_attr_value_t Struct Reference

GATTC write attribute value structure. More...

#include <ble_gattc.h>

Public Attributes

uint16_t handle
 Attribute handle. More...
 
uint16_t offset
 value offset to start with. More...
 
uint16_t length
 Write length. More...
 
uint8_t * p_value
 Value to write. More...
 

Detailed Description

GATTC write attribute value structure.

Definition at line 109 of file ble_gattc.h.

Member Data Documentation

◆ handle

uint16_t ble_gattc_write_attr_value_t::handle

Attribute handle.

Definition at line 111 of file ble_gattc.h.

◆ length

uint16_t ble_gattc_write_attr_value_t::length

Write length.

Definition at line 113 of file ble_gattc.h.

◆ offset

uint16_t ble_gattc_write_attr_value_t::offset

value offset to start with.

Definition at line 112 of file ble_gattc.h.

◆ p_value

uint8_t* ble_gattc_write_attr_value_t::p_value

Value to write.

Definition at line 114 of file ble_gattc.h.


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