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 nRF51822 by
ble_gatts_rw_authorize_reply_params_t Struct Reference
[Generic Attribute Profile (GATT) Server]
GATT Read or Write Authorize Reply parameters. More...
#include <ble_gatts.h>
Data Fields | |
uint8_t | type |
Type of authorize operation, see GATT Server Authorization Types. | |
ble_gatts_read_authorize_params_t | read |
Read authorization parameters. | |
ble_gatts_write_authorize_params_t | write |
Write authorization parameters. |
Detailed Description
GATT Read or Write Authorize Reply parameters.
Definition at line 214 of file ble_gatts.h.
Field Documentation
Read authorization parameters.
Definition at line 218 of file ble_gatts.h.
uint8_t type |
Type of authorize operation, see GATT Server Authorization Types.
Definition at line 216 of file ble_gatts.h.
Write authorization parameters.
Definition at line 219 of file ble_gatts.h.
Generated on Tue Jul 12 2022 18:44:28 by
