dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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_authorize_params_t   read
 
   ble_gatts_authorize_params_t   write
 
params
 

Detailed Description

GATT Read or Write Authorize Reply parameters.

Definition at line 307 of file ble_gatts.h.

Field Documentation

union { ... } ble_gatts_rw_authorize_reply_params_t::params

Reply Parameters.

ble_gatts_authorize_params_t ble_gatts_rw_authorize_reply_params_t::read

Read authorization parameters.

Definition at line 311 of file ble_gatts.h.

uint8_t ble_gatts_rw_authorize_reply_params_t::type

Type of authorize operation, see GATT Server Authorization Types.

Definition at line 309 of file ble_gatts.h.

ble_gatts_authorize_params_t ble_gatts_rw_authorize_reply_params_t::write

Write authorization parameters.

Definition at line 312 of file ble_gatts.h.


The documentation for this struct was generated from the following file: