summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-31 15:43:36 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-02 09:07:56 +0800
commit9bfc21c2dd0b865097093582192ccb5f1dd4ffe2 (patch)
treec255b24e41f317f56035067e69e4dbb4eb569405 /lib/uuid.h
parent5c3c3fef23b5115ca663fbfe3ae00395c5c418db (diff)
downloadbluez-9bfc21c2dd0b865097093582192ccb5f1dd4ffe2.tar.gz
core: 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 3dfb00baf..2c2b3511c 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -80,6 +80,9 @@ extern "C" {
#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb"
+#define GAP_SVC_UUID "00001800-0000-1000-8000-00805f9b34fb"
+#define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb"
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,