GATTC write attribute value structure. More...
#include <ble_gattc.h>
Data Fields | |
| uint16_t | handle |
| uint16_t | offset |
| uint16_t | length |
| uint8_t * | p_value |
GATTC write attribute value structure.
| uint16_t gattc_write_attr_value_t::handle |
Attribute handle.
| uint16_t gattc_write_attr_value_t::length |
Write length.
| uint16_t gattc_write_attr_value_t::offset |
value offset to start with.
| uint8_t* gattc_write_attr_value_t::p_value |
Value to write.