Diff between 02877c5e98b81655c0a369c5cffbf975b431ec7a and 01c3b5f3d056bbd1d36472a1d2919df485d9f7e0

Changed Files

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

Full Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index 06830fd..94759b4 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -2586,23 +2586,23 @@ static const struct bitfield_data features_page2[] = {
 };
 
 static const struct bitfield_data features_le[] = {
-	{  0, "LE Encryption"				},
-	{  1, "Connection Parameter Request Procedure"	},
-	{  2, "Extended Reject Indication"		},
-	{  3, "Slave-initiated Features Exchange"	},
-	{  4, "LE Ping"					},
-	{  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"},
+	{  0, "LE Encryption"					},
+	{  1, "Connection Parameter Request Procedure"		},
+	{  2, "Extended Reject Indication"			},
+	{  3, "Slave-initiated Features Exchange"		},
+	{  4, "LE Ping"						},
+	{  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"	},
 	{ }
 };