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

Revision:
9:bbcea9b97272
Parent:
0:4c3097c65247
--- a/GattCharacteristic.h	Fri Feb 14 10:50:45 2014 +0000
+++ b/GattCharacteristic.h	Fri Feb 14 13:17:53 2014 +0000
@@ -309,7 +309,7 @@
         uint16_t uuid;              /* Characteristic UUID */
         uint16_t lenMin;            /* Minimum length of the value */
         uint16_t lenMax;            /* Maximum length of the value */
-        uint16_t  handle;
+        uint16_t handle;
         uint8_t  properties;
         
     private: