nRF51 SDK - S120 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.