Originally from Donal's blog article. http://mbed.org/users/donalm/code/BLE_Health_Thermometer_Blog/ Changed low freq. clock source from XTAL to IRC.

Dependents:   BLE_Health_Thermometer_IRC BLE_RCBController_micono_test BLE_konashi_PIO_test BLE_ADT7410_TMP102_Sample ... more

Fork of BLE_API_Native_blog by Donal Morrissey

Embed: (wiki syntax)

« Back to documentation index

ble_gatt_char_ext_props_t Struct Reference

ble_gatt_char_ext_props_t Struct Reference
[Generic Attribute Profile (GATT) Common]

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 155 of file ble_gatt.h.


Field Documentation

uint8_t reliable_wr

Writing value with Queued Write Request permitted.

Definition at line 158 of file ble_gatt.h.

uint8_t wr_aux

Writing the Characteristic User Description permitted.

Definition at line 159 of file ble_gatt.h.