summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2012-09-25 16:27:37 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-09-28 13:16:42 +0300
commit8da46ea6408b99ef2c5a754750294cdacfc650d7 (patch)
treef8a1ef19e47591b399edbcbe4011c9b6f79311a9 /lib/uuid.h
parentb6cb8a986f234706a8be6f1de12cb77721f1e3ef (diff)
downloadbluez-8da46ea6408b99ef2c5a754750294cdacfc650d7.tar.gz
heartrate: Discover HRS characteristics
This patch adds support to discover known Heart Rate Service characteristics.
Diffstat (limited to 'lib/uuid.h')
-rw-r--r--lib/uuid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index 3488e6642..9da1b5478 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -64,6 +64,9 @@ extern "C" {
#define SAP_UUID "0000112D-0000-1000-8000-00805f9b34fb"
#define HEART_RATE_UUID "0000180d-0000-1000-8000-00805f9b34fb"
+#define HEART_RATE_MEASUREMENT_UUID "00002a37-0000-1000-8000-00805f9b34fb"
+#define BODY_SENSOR_LOCATION_UUID "00002a38-0000-1000-8000-00805f9b34fb"
+#define HEART_RATE_CONTROL_POINT_UUID "00002a39-0000-1000-8000-00805f9b34fb"
#define HEALTH_THERMOMETER_UUID "00001809-0000-1000-8000-00805f9b34fb"
#define TEMPERATURE_MEASUREMENT_UUID "00002a1c-0000-1000-8000-00805f9b34fb"