[gnome-bluetooth] Add a few more UUIDs



commit 17587a43403ac24866aca0975f76bdc41e011357
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Jun 13 20:00:09 2009 +0100

    Add a few more UUIDs

 lib/bluetooth-client.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index 38b3353..13483e1 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -419,10 +419,16 @@ uuid16_to_string (guint uuid16)
 		return "OBEXFileTransfer";
 	case 0x110B:
 		return "AudioSink";
+	case 0x110c:
+		return "A/V_RemoteControlTarget";
+	case 0x110e:
+		return "A/V_RemoteControl";
 	case 0x1115:
 		return "PANU";
 	case 0x1116:
 		return "NAP";
+	case 0x1117:
+		return "GN";
 	case 0x1124:
 		return "HumanInterfaceDeviceService";
 	case 0x1000: /* ServiceDiscoveryServerServiceClassID */
@@ -430,7 +436,7 @@ uuid16_to_string (guint uuid16)
 		/* Those are ignored */
 		return NULL;
 	default:
-		g_debug ("Unhandled UUID 0x%X", uuid16);
+		g_debug ("Unhandled UUID 0x%x", uuid16);
 		return NULL;
 	}
 }



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