gatts_write_req_cb_t Struct Reference

GATT write request struct. More...

#include <ble_prf.h>

Public Attributes

uint16_t handle
 
uint16_t offset
 
uint16_t length
 
uint8_t value [__ARRAY_EMPTY]
 

Detailed Description

GATT write request struct.

Definition at line 136 of file ble_prf.h.

Member Data Documentation

◆ handle

uint16_t gatts_write_req_cb_t::handle

Handle of the attribute to be written.

Definition at line 138 of file ble_prf.h.

◆ length

uint16_t gatts_write_req_cb_t::length

Data length to be written.

Definition at line 140 of file ble_prf.h.

◆ offset

uint16_t gatts_write_req_cb_t::offset

Offset at which the data has to be written.

Definition at line 139 of file ble_prf.h.

◆ value

uint8_t gatts_write_req_cb_t::value[__ARRAY_EMPTY]

Data to be written to characteristic value.

Definition at line 141 of file ble_prf.h.


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