[gnome-bluetooth] Add a few more UUIDs



commit 9ffb4c6455e43edf4f4b5e452c55ae47bdc1b0b0
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jun 10 18:59:06 2009 +0100

    Add a few more UUIDs
    
    From the MS mouse.
---
 lib/bluetooth-client.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index d221feb..f24ddd7 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -438,6 +438,12 @@ uuid16_to_string (guint uuid16)
 		return "PANU";
 	case 0x1116:
 		return "NAP";
+	case 0x1124:
+		return "HumanInterfaceDeviceService";
+	case 0x1000: /* ServiceDiscoveryServerServiceClassID */
+	case 0x1200: /* PnPInformation */
+		/* Those are ignored */
+		return NULL;
 	default:
 		g_debug ("Unhandled UUID 0x%X", uuid16);
 		return NULL;



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