InPlay API
ble_gatt_write_t Struct Reference

Write peer attribute value. More...

#include <in_ble_gatt.h>

Data Fields

bool auto_execute
 
uint16_t handle
 Attribute handle.
 
uint16_t offset
 Write offset.
 
uint16_t length
 Write length.
 
uint8_t value []
 Value to write.
 

Detailed Description

Write peer attribute value.

Field Documentation

◆ auto_execute

bool auto_execute

Perform automatic execution (if false, an ATT Prepare Write will be used this shall be use for reliable write)