SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gatts_rw_authorize_reply_params_t Struct Reference

ble_gatts_rw_authorize_reply_params_t Struct Reference
[Structures]

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

#include <ble_gatts.h>

Data Fields

uint8_t type
 Type of authorize operation, see GATT Server Authorization Types.
ble_gatts_read_authorize_params_t read
 Read authorization parameters.
ble_gatts_write_authorize_params_t write
 Write authorization parameters.

Detailed Description

GATT Read or Write Authorize Reply parameters.

Definition at line 227 of file ble_gatts.h.


Field Documentation

Read authorization parameters.

Definition at line 231 of file ble_gatts.h.

uint8_t type

Type of authorize operation, see GATT Server Authorization Types.

Definition at line 229 of file ble_gatts.h.

Write authorization parameters.

Definition at line 232 of file ble_gatts.h.