Diff between 219b139e9a7b29fc01d075e656e7f5d441d5d71d and 69fd98a822fc267d78a5153fe3c3ea39d757260a

Changed Files

File Additions Deletions Status
tools/parser/obex.c +4 -0 modified

Full Patch

diff --git a/tools/parser/obex.c b/tools/parser/obex.c
index ede6748..9cc0828 100644
--- a/tools/parser/obex.c
+++ b/tools/parser/obex.c
@@ -187,6 +187,10 @@ static char *hi2str(uint8_t hi)
 		return "DestName";
 	case 0x16:
 		return "Permission";
+	case 0x17:
+		return "Single Response Mode";
+	case 0x18:
+		return "Single Response Mode Parameters";
 	default:
 		return "Unknown";
 	}