[gnome-bluetooth] Add PANU and NAP to the recognised UUIDs



commit f025f042c2da382a86e01b44cb253c11ed82f267
Author: Bastien Nocera <hadess hadess net>
Date:   Tue May 12 18:42:07 2009 +0100

    Add PANU and NAP to the recognised UUIDs
---
 common/bluetooth-client.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/common/bluetooth-client.c b/common/bluetooth-client.c
index afa980f..00cb4f8 100644
--- a/common/bluetooth-client.c
+++ b/common/bluetooth-client.c
@@ -431,6 +431,10 @@ uuid16_to_string (guint64 uuid16)
 		return "OBEXFileTransfer";
 	case 0x110B:
 		return "AudioSink";
+	case 0x1115:
+		return "PANU";
+	case 0x1116:
+		return "NAP";
 	default:
 		return NULL;
 	}



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