Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gatts_prepare_write_rsp_evt_t Struct Reference

This structure notifies that a Prepare Write Response PDU has been sent from GATT Server. More...

Data Fields

uint16_t attr_hdl
 Attribute handle identifying the Characteristic written by the Prepare Write Request PDU. More...
 
uint16_t length
 The length of written bytes by the Prepare Write Request PDU. More...
 
uint16_t offset
 The offset of the first octet to be written. More...
 

Detailed Description

This structure notifies that a Prepare Write Response PDU has been sent from GATT Server.

Field Documentation

◆ attr_hdl

uint16_t st_ble_gatts_prepare_write_rsp_evt_t::attr_hdl

Attribute handle identifying the Characteristic written by the Prepare Write Request PDU.

◆ length

uint16_t st_ble_gatts_prepare_write_rsp_evt_t::length

The length of written bytes by the Prepare Write Request PDU.

◆ offset

uint16_t st_ble_gatts_prepare_write_rsp_evt_t::offset

The offset of the first octet to be written.