diff --git a/monitor/packet.c b/monitor/packet.c
index 6272562..3d4c1b8 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
case 0x08:
str = "Bluetooth 4.2";
break;
+ case 0x09:
+ str = "Bluetooth 5.0";
+ break;
default:
str = "Reserved";
break;
{ 6, "Coarse Clock Adjustment" },
{ 8, "Secure Connections (Controller Support)" },
{ 9, "Ping" },
+ { 10, "Slot Availability Mask" },
{ 11, "Train nudging" },
{ }
};
{ 5, "LE Data Packet Length Extension" },
{ 6, "LL Privacy" },
{ 7, "Extended Scanner Filter Policies" },
+ { 8, "LE 2M PHY" },
+ { 9, "Stable Modulation Index - Transmitter" },
+ { 10, "Stable Modulation Index - Receiver" },
+ { 11, "LE Coded PHY" },
+ { 12, "LE Extended Advertising" },
+ { 13, "LE Periodic Advertising" },
+ { 14, "Channel Selection Algorithm #2" },
+ { 15, "LE Power Class 1" },
+ { 16, "Minimum Number of Used Channels Procedure"},
{ }
};