Diff between 5f0297f13177c7d21590c16275ae11355ac5ef94 and 6ee10e6df537cb7435d91ff38275306d8a2787f8

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 a3e34b9..30ffe79 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -2451,6 +2451,9 @@ void packet_print_version(const char *label, uint8_t version,
 	case 0x0c:
 		str = "Bluetooth 5.3";
 		break;
+	case 0x0d:
+		str = "Bluetooth 5.4";
+		break;
 	default:
 		str = "Reserved";
 		break;