S132 SoftDevice v1.0.0-3.alpha
Data Fields
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.

Field Documentation

uint16_t ble_gattc_handle_value_t::handle

Attribute Handle.

uint8_t* ble_gattc_handle_value_t::p_value
       Pointer to value, variable length (length available as value_len in @ref ble_gattc_evt_char_val_by_uuid_read_rsp_t). 

Please note that this pointer is absolute to the memory provided by the user when retrieving the event, so it will effectively point to a location inside the handle_value array.


This document was last updated on Thu Oct 15 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.