Diff between 80cd36cd2a0c6eb7cc3134a00817439898e4bb7c and f65a9c9d21f69942024ea5b9f581533d2788eb2e

Changed Files

File Additions Deletions Status
monitor/packet.c +3 -0 modified

Full Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index 9d7677b..d409e4e 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -1337,6 +1337,9 @@ static void print_codec_id(const char *label, uint8_t codec)
 	case 0x05:
 		str = "mSBC";
 		break;
+	case 0x06:
+		str = "LC3";
+		break;
 	case 0xff:
 		str = "Vendor specific";
 		break;