Compatible with Keewi v1

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
clemberto
Date:
Fri Jul 18 10:42:33 2014 +0000
Parent:
103:8890715aaf55
Commit message:
Added UUID for SENSOR_LOCATION https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.sensor_location.xml

Changed in this revision

GattCharacteristic.h Show annotated file Show diff for this revision Revisions of this file
--- a/GattCharacteristic.h	Wed Jul 09 09:08:53 2014 +0100
+++ b/GattCharacteristic.h	Fri Jul 18 10:42:33 2014 +0000
@@ -98,6 +98,7 @@
         UUID_TX_POWER_LEVEL_CHAR                          = 0x2A07,
         UUID_CSC_FEATURE_CHAR                             = 0x2A5C,
         UUID_CSC_MEASUREMENT_CHAR                         = 0x2A5B,
+        UUID_SENSOR_LOCATION                              = 0x2A5D,
         UUID_RSC_FEATURE_CHAR                             = 0x2A54,
         UUID_RSC_MEASUREMENT_CHAR                         = 0x2A53,
     };