GATT prepare write result description. More...

#include <ble_gatts.h>

Public Attributes

uint16_t handle
 
uint16_t length
 
uint8_t status
 

Detailed Description

GATT prepare write result description.

Definition at line 327 of file ble_gatts.h.

Member Data Documentation

◆ handle

uint16_t ble_gatts_prep_write_cfm_t::handle

Handle of the attribute in prepare write operation.

Definition at line 329 of file ble_gatts.h.

◆ length

uint16_t ble_gatts_prep_write_cfm_t::length

Current length of the attribute.

Definition at line 330 of file ble_gatts.h.

◆ status

uint8_t ble_gatts_prep_write_cfm_t::status

Status of prepare write operation by upper layers. See BLE Stack specific error codes.

Definition at line 331 of file ble_gatts.h.


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