GATT write attribute result description. More...

#include <ble_gatts.h>

Public Attributes

uint16_t handle
 Handle of the attribute written. More...
 
uint8_t status
 Status of write operation by upper layers. More...
 

Detailed Description

GATT write attribute result description.

Definition at line 318 of file ble_gatts.h.

Member Data Documentation

◆ handle

uint16_t ble_gatts_write_cfm_t::handle

Handle of the attribute written.

Definition at line 320 of file ble_gatts.h.

◆ status

uint8_t ble_gatts_write_cfm_t::status

Status of write operation by upper layers.

See BLE Stack specific error codes.

Definition at line 321 of file ble_gatts.h.


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