[gnome-bluetooth] lib: Add another A2DP service UUID
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] lib: Add another A2DP service UUID
- Date: Thu, 10 Mar 2016 11:37:09 +0000 (UTC)
commit c0777608db5426f9b53ac4224f438d960e1ccd05
Author: Bastien Nocera <hadess hadess net>
Date: Thu Mar 10 10:44:18 2016 +0100
lib: Add another A2DP service UUID
lib/bluetooth-utils.c | 2 ++
lib/bluetooth-utils.h | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/lib/bluetooth-utils.c b/lib/bluetooth-utils.c
index 00b040a..5e78d16 100644
--- a/lib/bluetooth-utils.c
+++ b/lib/bluetooth-utils.c
@@ -253,6 +253,8 @@ uuid16_to_string (guint uuid16, const char *uuid)
return "AudioSink";
case BLUETOOTH_UUID_AVRCP_TARGET:
return "A/V_RemoteControlTarget";
+ case BLUETOOTH_UUID_A2DP:
+ return "AdvancedAudioDistribution";
case BLUETOOTH_UUID_AVRCP_CONTROL:
return "A/V_RemoteControl";
case BLUETOOTH_UUID_HSP_AG:
diff --git a/lib/bluetooth-utils.h b/lib/bluetooth-utils.h
index c44ff42..c27e109 100644
--- a/lib/bluetooth-utils.h
+++ b/lib/bluetooth-utils.h
@@ -43,6 +43,7 @@ G_BEGIN_DECLS
#define BLUETOOTH_UUID_A2DP_SOURCE 0x110A
#define BLUETOOTH_UUID_A2DP_SINK 0x110B
#define BLUETOOTH_UUID_AVRCP_TARGET 0x110C
+#define BLUETOOTH_UUID_A2DP 0x110D
#define BLUETOOTH_UUID_AVRCP_CONTROL 0x110E
#define BLUETOOTH_UUID_HSP_AG 0x1112
#define BLUETOOTH_UUID_PAN_PANU 0x1115
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]