summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-31 15:43:27 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-02 09:07:00 +0800
commitb0dcec9c7927d1fbdea56ef49f6f02bae0df113f (patch)
tree7667bc448daa14c63b77c9abbd33a65a34b46572 /lib/uuid.h
parentb968b12927b21ff005505ddb7a724aa0103de2df (diff)
downloadbluez-b0dcec9c7927d1fbdea56ef49f6f02bae0df113f.tar.gz
network: 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 a44426aac..848baed38 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -48,6 +48,11 @@ extern "C" {
#define AVRCP_REMOTE_UUID "0000110e-0000-1000-8000-00805f9b34fb"
#define AVRCP_TARGET_UUID "0000110c-0000-1000-8000-00805f9b34fb"
+#define PANU_UUID "00001115-0000-1000-8000-00805f9b34fb"
+#define NAP_UUID "00001116-0000-1000-8000-00805f9b34fb"
+#define GN_UUID "00001117-0000-1000-8000-00805f9b34fb"
+#define BNEP_SVC_UUID "0000000f-0000-1000-8000-00805f9b34fb"
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,