dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gattc_handle_value_t Struct Reference

GATT read by UUID handle value pair. More...

#include <ble_gattc.h>

Data Fields

uint16_t handle
 
uint8_t * p_value
 

Detailed Description

GATT read by UUID handle value pair.

Definition at line 249 of file ble_gattc.h.

Field Documentation

uint16_t ble_gattc_handle_value_t::handle

Attribute Handle.

Definition at line 251 of file ble_gattc.h.

Referenced by sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter().

uint8_t* ble_gattc_handle_value_t::p_value

Pointer to the Attribute Value, length is available in ble_gattc_evt_char_val_by_uuid_read_rsp_t::value_len.

Definition at line 252 of file ble_gattc.h.

Referenced by sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter().


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