From: Andrà Dieb Martins <andre.dieb@xxxxxxxxxxx> --- parser/hci.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/hci.c b/parser/hci.c index 8b45376..183fa66 100644 --- a/parser/hci.c +++ b/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"; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html