ble_gattc_read_value_t Struct Reference

GATT Client Read value. More...

#include <ble_gattc.h>

Public Attributes

uint16_t handle
 
uint16_t offset
 
uint16_t length
 
uint8_t * p_value
 

Detailed Description

GATT Client Read value.

Definition at line 271 of file ble_gattc.h.

Member Data Documentation

◆ handle

uint16_t ble_gattc_read_value_t::handle

Attribute handle.

Definition at line 273 of file ble_gattc.h.

◆ length

uint16_t ble_gattc_read_value_t::length

Attribute value length.

Definition at line 275 of file ble_gattc.h.

◆ offset

uint16_t ble_gattc_read_value_t::offset

Offset of the attribute value.

Definition at line 274 of file ble_gattc.h.

◆ p_value

uint8_t* ble_gattc_read_value_t::p_value

Pointer to the attribute value data.

Definition at line 276 of file ble_gattc.h.


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