IOTIO

Fork of Nucleo_BLE_API by ST Americas mbed Team

Revision:
2:584d5bedac75
Parent:
0:289fd2dae405
--- a/public/GattCharacteristic.h	Fri Dec 19 19:52:49 2014 +0000
+++ b/public/GattCharacteristic.h	Sat Oct 29 14:16:12 2016 +0000
@@ -99,6 +99,10 @@
         UUID_CSC_MEASUREMENT_CHAR                         = 0x2A5B,
         UUID_RSC_FEATURE_CHAR                             = 0x2A54,
         UUID_RSC_MEASUREMENT_CHAR                         = 0x2A53,
+                UUID_PRESSURE_CHAR= 0x2A6D, //Specifications ->  https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.pressure.xml
+                UUID_TEMPERATURE_CHAR = 0x2A6E, //Specifications ->  https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.temperature.xml 
+                UUID_HUMIDITY_CHAR= 0x2A6F,   //Specifications ->  https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.humidity.xml
+                UUID_TRUE_WIND_DIRECTION_CHAR= 0x2A71  //Specifications ->  https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.true_wind_direction.xml
     };
 
     /**************************************************************************/