Nordic stack and drivers for the mbed BLE API. Version to work around build bug.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
ble_gatts_rw_authorize_reply_params_t Struct Reference
[Structures]
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. | |
| union { | |
| ble_gatts_read_authorize_params_t read | |
| Read authorization parameters. | |
| ble_gatts_write_authorize_params_t write | |
| Write authorization parameters. | |
| } | params |
| Reply Parameters. | |
Detailed Description
GATT Read or Write Authorize Reply parameters.
Definition at line 284 of file ble_gatts.h.
Field Documentation
| union { ... } params |
Reply Parameters.
Read authorization parameters.
Definition at line 288 of file ble_gatts.h.
| uint8_t type |
Type of authorize operation, see GATT Server Authorization Types.
Definition at line 286 of file ble_gatts.h.
Write authorization parameters.
Definition at line 289 of file ble_gatts.h.
Generated on Tue Jul 12 2022 19:52:06 by
1.7.2
Jonathan Austin
