Diff between fc4b7be18f4a91f290f0fbdc70ef060bf5b3f4a6 and cd851d6dd4f6fd8d0667cfec5a79e56023085162

Changed Files

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

Full Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index aa76b97..f513073 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -502,6 +502,10 @@ static const struct {
 	{ 0x3f, "MAC Connection Failed"					},
 	{ 0x40, "Coarse Clock Adjustment Rejected "
 		"but Will Try to Adjust Using Clock Dragging"		},
+	{ 0x41, "Type0 Submap Not Defined"				},
+	{ 0x42, "Unknown Advertising Identifier"			},
+	{ 0x43, "Limit Reached"						},
+	{ 0x44, "Operation Cancelled by Host"				},
 	{ }
 };