[PATCH v2 13/15] storage: Move UUID defintion to uuid.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Daniel Wagner <daniel.wagner@xxxxxxxxxxxx>

---
 src/storage.c |    1 +
 src/storage.h |    2 --
 src/uuid.h    |    2 ++
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/storage.c b/src/storage.c
index 7d65fe1..36a5595 100644
--- a/src/storage.c
+++ b/src/storage.c
@@ -45,6 +45,7 @@
 #include "textfile.h"
 #include "glib-helper.h"
 #include "storage.h"
+#include "uuid.h"
 
 struct match {
 	GSList *keys;
diff --git a/src/storage.h b/src/storage.h
index c541807..cc00e97 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -100,5 +100,3 @@ void delete_device_ccc(bdaddr_t *local, bdaddr_t *peer);
 int write_longtermkeys(bdaddr_t *local, bdaddr_t *peer, uint8_t bdaddr_type,
 							const char *key);
 gboolean has_longtermkeys(bdaddr_t *local, bdaddr_t *peer, uint8_t bdaddr_type);
-
-#define PNP_UUID		"00001200-0000-1000-8000-00805f9b34fb"
diff --git a/src/uuid.h b/src/uuid.h
index 70408a0..6d94593 100644
--- a/src/uuid.h
+++ b/src/uuid.h
@@ -69,3 +69,5 @@
 #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"
-- 
1.7.10.130.g36e6c

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux