S130 SoftDevice v1.0.0
Data Fields
ble_gatts_rw_authorize_reply_params_t Struct Reference

GATT Read or Write Authorize Reply parameters. More...

#include <ble_gatts.h>

Data Fields

uint8_t type
 
union {
   ble_gatts_read_authorize_params_t   read
 
   ble_gatts_write_authorize_params_t   write
 
params
 

Detailed Description

GATT Read or Write Authorize Reply parameters.

Field Documentation

union { ... } ble_gatts_rw_authorize_reply_params_t::params

Reply Parameters.

ble_gatts_read_authorize_params_t ble_gatts_rw_authorize_reply_params_t::read

Read authorization parameters.

uint8_t ble_gatts_rw_authorize_reply_params_t::type

Type of authorize operation, see GATT Server Authorization Types.

ble_gatts_write_authorize_params_t ble_gatts_rw_authorize_reply_params_t::write

Write authorization parameters.


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