GATT Client Read value. More...

#include <ble_gattc.h>

Data Fields

uint16_t handle
 
uint16_t offset
 
uint16_t length
 
uint8_t * p_value
 

Detailed Description

GATT Client Read value.

Field Documentation

◆ handle

uint16_t ble_gattc_read_value_t::handle

Attribute handle.

◆ length

uint16_t ble_gattc_read_value_t::length

Attribute value length.

◆ offset

uint16_t ble_gattc_read_value_t::offset

Offset of the attribute value.

◆ p_value

uint8_t* ble_gattc_read_value_t::p_value

Pointer to the attribute value data.


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