ble_gattc_handle_value_t

S113 SoftDevice v7.3.0 API

S113 SoftDevice v7.3.0

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 the Attribute Value, length is available in ble_gattc_evt_char_val_by_uuid_read_rsp_t::value_len .