GATT read attribute result description. More...

#include <ble_gatts.h>

Data Fields

uint16_t handle
 
uint16_t length
 
uint8_t status
 
uint8_t * value
 

Detailed Description

GATT read attribute result description.

Field Documentation

◆ handle

uint16_t gatts_read_cfm_t::handle

Handle of the read attribute.

◆ length

uint16_t gatts_read_cfm_t::length

Length of read data.

◆ status

uint8_t gatts_read_cfm_t::status

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

◆ value

uint8_t* gatts_read_cfm_t::value

Attribute value pointer.


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