![]() |
S132 SoftDevice
v3.0.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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 |
Event structure for BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST.
| 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.