summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-31 15:43:28 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-02 09:07:17 +0800
commit2eda66eb475e356a6cb852db3cc60e30a860b068 (patch)
treecafd8ab7f1e23a5885049625f79d149b58a14fcd /lib/uuid.h
parentb0dcec9c7927d1fbdea56ef49f6f02bae0df113f (diff)
downloadbluez-2eda66eb475e356a6cb852db3cc60e30a860b068.tar.gz
deviceinfo: Move UUID string definition to lib
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 848baed38..713075e06 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -53,6 +53,9 @@ extern "C" {
#define GN_UUID "00001117-0000-1000-8000-00805f9b34fb"
#define BNEP_SVC_UUID "0000000f-0000-1000-8000-00805f9b34fb"
+#define PNPID_UUID "00002a50-0000-1000-8000-00805f9b34fb"
+#define DEVICE_INFORMATION_UUID "0000180a-0000-1000-8000-00805f9b34fb"
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,