Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
ble_gatts_evt_rw_authorize_request_t Struct Reference
[Structures]
Event structure for BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST. More...
#include <ble_gatts.h>
Data Fields | |
uint8_t | type |
Type of authorize operation, see GATT Server Authorization Types. | |
union { | |
ble_gatts_evt_read_t read | |
Attribute Read Parameters. | |
ble_gatts_evt_write_t write | |
Attribute Write Parameters. | |
} | request |
Request Parameters. |
Detailed Description
Event structure for BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST.
Definition at line 315 of file ble_gatts.h.
Field Documentation
Attribute Read Parameters.
Definition at line 319 of file ble_gatts.h.
union { ... } request |
Request Parameters.
uint8_t type |
Type of authorize operation, see GATT Server Authorization Types.
Definition at line 317 of file ble_gatts.h.
Attribute Write Parameters.
Definition at line 320 of file ble_gatts.h.
Generated on Tue Jul 12 2022 14:11:24 by
