![]() |
S332 SoftDevice
v5.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
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 |
GATT Read or Write Authorize Reply parameters.
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.
uint8_t ble_gatts_rw_authorize_reply_params_t::type |
Type of authorize operation, see GATT Server Authorization Types.
ble_gatts_authorize_params_t ble_gatts_rw_authorize_reply_params_t::write |
Write authorization parameters.