S130 SoftDevice v1.0.0
Data Fields
ble_gatts_evt_rw_authorize_request_t Struct Reference

Event structure for BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST. More...

#include <ble_gatts.h>

Data Fields

uint8_t type
 
union {
   ble_gatts_evt_read_t   read
 
   ble_gatts_evt_write_t   write
 
request
 

Detailed Description

Event structure for BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST.

Field Documentation

ble_gatts_evt_read_t ble_gatts_evt_rw_authorize_request_t::read

Attribute Read Parameters.

union { ... } ble_gatts_evt_rw_authorize_request_t::request

Request Parameters.

uint8_t ble_gatts_evt_rw_authorize_request_t::type

Type of authorize operation, see GATT Server Authorization Types.

ble_gatts_evt_write_t ble_gatts_evt_rw_authorize_request_t::write

Attribute Write 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.