Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...
Fork of nRF51822 by
ble_gatt_char_ext_props_t Struct Reference
[Structures]
GATT Characteristic Extended Properties. More...
#include <ble_gatt.h>
Data Fields | |
uint8_t | reliable_wr:1 |
Writing value with Queued Write Request permitted. | |
uint8_t | wr_aux:1 |
Writing the Characteristic User Description permitted. |
Detailed Description
GATT Characteristic Extended Properties.
Definition at line 157 of file ble_gatt.h.
Field Documentation
uint8_t reliable_wr |
Writing value with Queued Write Request permitted.
Definition at line 160 of file ble_gatt.h.
uint8_t wr_aux |
Writing the Characteristic User Description permitted.
Definition at line 161 of file ble_gatt.h.
Generated on Mon Dec 17 2018 22:13:54 by
