summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-31 15:43:26 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-02 09:06:32 +0800
commitb968b12927b21ff005505ddb7a724aa0103de2df (patch)
tree38adedc137b11210aa01da17a09d86c28145319a /lib/uuid.h
parent78745b24001cccab99fb62bf48d9fa6ed34945f2 (diff)
downloadbluez-b968b12927b21ff005505ddb7a724aa0103de2df.tar.gz
audio: Move UUID string definition to lib
Diffstat (limited to 'lib/uuid.h')
-rw-r--r--lib/uuid.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index 9c082d304..a44426aac 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -32,6 +32,22 @@ extern "C" {
#include <stdint.h>
#include <bluetooth/bluetooth.h>
+#define GENERIC_AUDIO_UUID "00001203-0000-1000-8000-00805f9b34fb"
+
+#define HSP_HS_UUID "00001108-0000-1000-8000-00805f9b34fb"
+#define HSP_AG_UUID "00001112-0000-1000-8000-00805f9b34fb"
+
+#define HFP_HS_UUID "0000111e-0000-1000-8000-00805f9b34fb"
+#define HFP_AG_UUID "0000111f-0000-1000-8000-00805f9b34fb"
+
+#define ADVANCED_AUDIO_UUID "0000110d-0000-1000-8000-00805f9b34fb"
+
+#define A2DP_SOURCE_UUID "0000110a-0000-1000-8000-00805f9b34fb"
+#define A2DP_SINK_UUID "0000110b-0000-1000-8000-00805f9b34fb"
+
+#define AVRCP_REMOTE_UUID "0000110e-0000-1000-8000-00805f9b34fb"
+#define AVRCP_TARGET_UUID "0000110c-0000-1000-8000-00805f9b34fb"
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,