Synergy Software Package User's Manual
RBLE_GATT_WRITE_CHAR_REQ Struct Reference

Write Characteristic Request Structure. More...

#include <rble_api.h>

Data Fields

uint16_t conhdl
 
uint16_t charhdl
 
uint16_t wr_offset
 
uint16_t val_len
 
uint8_t req_type
 
uint8_t auto_execute
 
uint8_t value [RBLE_GATT_MAX_LONG_VALUE]
 

Detailed Description

Write Characteristic Request Structure.

Parameters for RBLE_GATT_Write_Char_Request

Field Documentation

◆ auto_execute

uint8_t RBLE_GATT_WRITE_CHAR_REQ::auto_execute

execute write

◆ charhdl

uint16_t RBLE_GATT_WRITE_CHAR_REQ::charhdl

valid characteristic handle

◆ conhdl

uint16_t RBLE_GATT_WRITE_CHAR_REQ::conhdl

connection handle

◆ req_type

uint8_t RBLE_GATT_WRITE_CHAR_REQ::req_type

request type

◆ val_len

uint16_t RBLE_GATT_WRITE_CHAR_REQ::val_len

size of the value data

◆ value

uint8_t RBLE_GATT_WRITE_CHAR_REQ::value[RBLE_GATT_MAX_LONG_VALUE]

check, maybe union type is required

◆ wr_offset

uint16_t RBLE_GATT_WRITE_CHAR_REQ::wr_offset

offset to write


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