Diff between 021ad1309b66b99e298e124d214162ca1c2b563b and 40499cd8e636c4afa7a564ea2c807e3febb62ff0
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/hci.c | +2 | -2 | modified |
Full Patch
diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index 8b45376..183fa66 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -704,7 +704,7 @@ static char *authentication2str(uint8_t authentication)
}
}
-static char *eventmask2str(uint8_t mask[8])
+static char *eventmask2str(const uint8_t mask[8])
{
int i;
@@ -733,7 +733,7 @@ static char *eventmask2str(uint8_t mask[8])
}
}
-static char *lefeatures2str(uint8_t features[8])
+static char *lefeatures2str(const uint8_t features[8])
{
if (features[0] & 0x01)
return "Link Layer supports LE Encryption";