GATT write request event for BLE_GATTS_EVT_WRITE_REQUEST. More...

#include <ble_gatts.h>

Public Attributes

uint16_t handle
 
uint16_t offset
 
uint16_t length
 
uint8_t * value
 

Detailed Description

GATT write request event for BLE_GATTS_EVT_WRITE_REQUEST.

Definition at line 369 of file ble_gatts.h.

Member Data Documentation

◆ handle

uint16_t ble_gatts_evt_write_t::handle

Handle of the attribute to be written.

Definition at line 371 of file ble_gatts.h.

◆ length

uint16_t ble_gatts_evt_write_t::length

Data length to be written.

Definition at line 373 of file ble_gatts.h.

◆ offset

uint16_t ble_gatts_evt_write_t::offset

Offset at which the data has to be written.

Definition at line 372 of file ble_gatts.h.

◆ value

uint8_t* ble_gatts_evt_write_t::value

Data to be written to characteristic value.

Definition at line 374 of file ble_gatts.h.


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