summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-31 15:43:29 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-02 09:07:34 +0800
commit5a82646b307c3dd0a5e19572e6deb1605b75bdc5 (patch)
tree8b5d7b542be823d760ebf6a846bd8c148fb8d8ed /lib/uuid.h
parent2eda66eb475e356a6cb852db3cc60e30a860b068 (diff)
downloadbluez-5a82646b307c3dd0a5e19572e6deb1605b75bdc5.tar.gz
proximity: Move UUID string definition to lib
Diffstat (limited to 'lib/uuid.h')
-rw-r--r--lib/uuid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index 713075e06..86679a9df 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -56,6 +56,11 @@ extern "C" {
#define PNPID_UUID "00002a50-0000-1000-8000-00805f9b34fb"
#define DEVICE_INFORMATION_UUID "0000180a-0000-1000-8000-00805f9b34fb"
+#define GATT_UUID "00001801-0000-1000-8000-00805f9b34fb"
+#define IMMEDIATE_ALERT_UUID "00001802-0000-1000-8000-00805f9b34fb"
+#define LINK_LOSS_UUID "00001803-0000-1000-8000-00805f9b34fb"
+#define TX_POWER_UUID "00001804-0000-1000-8000-00805f9b34fb"
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,