changed low freq. clock source to IRC
Dependents: BLE_ANCS_SDAPI_IRC
Fork of nRF51822 by
ble_gatts_evt_rw_authorize_request_t Struct Reference
[Generic Attribute Profile (GATT) Server]
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. | |
| ble_gatts_evt_read_t | read |
| Attribute Read Parameters. | |
| ble_gatts_evt_write_t | write |
| Attribute Write Parameters. | |
Detailed Description
Event structure for BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST.
Definition at line 258 of file ble_gatts.h.
Field Documentation
Attribute Read Parameters.
Definition at line 262 of file ble_gatts.h.
| uint8_t type |
Type of authorize operation, see GATT Server Authorization Types.
Definition at line 260 of file ble_gatts.h.
Attribute Write Parameters.
Definition at line 263 of file ble_gatts.h.
Generated on Tue Jul 12 2022 16:36:23 by
1.7.2
Yoshihiro TSUBOI
