S132 SoftDevice v1.0.0-3.alpha
Data Fields
ble_gatts_read_authorize_params_t Struct Reference

GATT Read Authorization parameters. More...

#include <ble_gatts.h>

Data Fields

uint16_t gatt_status
 
uint8_t update: 1
 
uint16_t offset
 
uint16_t len
 
uint8_t * p_data
 

Detailed Description

GATT Read Authorization parameters.

Field Documentation

uint16_t ble_gatts_read_authorize_params_t::gatt_status

GATT status code for the operation, see GATT Status Codes.

uint16_t ble_gatts_read_authorize_params_t::len

Length in bytes of the value in p_data pointer, see Maximum attribute lengths.

uint16_t ble_gatts_read_authorize_params_t::offset

Offset of the attribute value being updated.

uint8_t* ble_gatts_read_authorize_params_t::p_data

Pointer to new value used to update the attribute value.

uint8_t ble_gatts_read_authorize_params_t::update

If set, data supplied in p_data will be used in the ATT response.


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.