Diff between 7e0e08ca5396bd9e40f25fac74018963f6516c61 and 3bd7df28cbbccd59cca5c35e95c4275229b0badf

Changed Files

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

Full Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index c4e5182..dae763e 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -2385,6 +2385,12 @@ void packet_print_version(const char *label, uint8_t version,
 	case 0x0a:
 		str = "Bluetooth 5.1";
 		break;
+	case 0x0b:
+		str = "Bluetooth 5.2";
+		break;
+	case 0x0c:
+		str = "Bluetooth 5.3";
+		break;
 	default:
 		str = "Reserved";
 		break;
@@ -2658,6 +2664,13 @@ static const struct bitfield_data features_le[] = {
 	{ 30, "Isochronous Broadcaster"				},
 	{ 31, "Synchronized Receiver"				},
 	{ 32, "Isochronous Channels (Host Support)"		},
+	{ 33, "LE Power Control Request"			},
+	{ 34, "LE Power Control Request"			},
+	{ 35, "LE Path Loss Monitoring"				},
+	{ 36, "Periodic Advertising ADI support"		},
+	{ 37, "Connection Subrating"				},
+	{ 38, "Connection Subrating (Host Support)"		},
+	{ 39, "Channel Classification"				},
 	{ }
 };