Diff between 28ab86027db5c34c457b82e3c7c64f79570a3b33 and d123d973d1e3c8626fe8715e32eede863b65f282

Changed Files

File Additions Deletions Status
tools/parser/avdtp.c +2 -2 modified

Full Patch

diff --git a/tools/parser/avdtp.c b/tools/parser/avdtp.c
index c68785f..dd2e9d2 100644
--- a/tools/parser/avdtp.c
+++ b/tools/parser/avdtp.c
@@ -85,9 +85,9 @@ static char *mt2str(uint8_t hdr)
 	switch (hdr & 0x03) {
 	case 0x00:
 		return "cmd";
-	case 0x08:
+	case 0x02:
 		return "rsp";
-	case 0x0c:
+	case 0x03:
 		return "rej";
 	default:
 		return "rfa";