[gnome-bluetooth] Add more services strings



commit ebb24c092fb43d734be348e1410653c851ad8db4
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 9 20:50:47 2009 +0100

    Add more services strings

 lib/bluetooth-client.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index ffd7527..33f86a5 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -421,6 +421,8 @@ uuid16_to_string (guint uuid16, const char *uuid)
 		return "OBEXObjectPush";
 	case 0x1106:
 		return "OBEXFileTransfer";
+	case 0x1108:
+		return "HSP";
 	case 0x110A:
 		return "AudioSource";
 	case 0x110B:
@@ -437,16 +439,25 @@ uuid16_to_string (guint uuid16, const char *uuid)
 		return "NAP";
 	case 0x1117:
 		return "GN";
+	case 0x111e:
+		return "Handsfree";
 	case 0x111F:
 		return "HandsfreeAudioGateway";
 	case 0x1124:
 		return "HumanInterfaceDeviceService";
 	case 0x112F:
 		return "Phonebook_Access_-_PSE";
+	case 0x1203:
+		return "GenericAudio";
 	case 0x1000: /* ServiceDiscoveryServerServiceClassID */
 	case 0x1200: /* PnPInformation */
 		/* Those are ignored */
 		return NULL;
+	case 0x8e771303:
+	case 0x8e771301:
+		return "SEMC HLA";
+	case 0x8e771401:
+		return "SEMC Watch Phone";
 	default:
 		g_debug ("Unhandled UUID %s (0x%x)", uuid, uuid16);
 		return NULL;



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