gatts_write_req_cb_t Struct Reference

GATT write request struct. More...

#include <ble_prf.h>

Data Fields

uint16_t handle
 
uint16_t offset
 
uint16_t length
 
uint8_t value [__ARRAY_EMPTY]
 

Detailed Description

GATT write request struct.

Field Documentation

◆ handle

uint16_t gatts_write_req_cb_t::handle

Handle of the attribute to be written.

◆ length

uint16_t gatts_write_req_cb_t::length

Data length to be written.

◆ offset

uint16_t gatts_write_req_cb_t::offset

Offset at which the data has to be written.

◆ value

uint8_t gatts_write_req_cb_t::value[__ARRAY_EMPTY]

Data to be written to characteristic value.


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