From ae7cac7fb9c36c7b88a15dd014a1aa66f9fe3176 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Oct 2015 21:52:57 +0200 Subject: [PATCH] monitor: Fix typo with LMP channel classification parameter --- monitor/lmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/lmp.c b/monitor/lmp.c index 4a05973a2..133231b82 100644 --- a/monitor/lmp.c +++ b/monitor/lmp.c @@ -446,7 +446,7 @@ static void channel_classification(const void *data, uint8_t size) for (i = 0; i < 10; i++) sprintf(str + (i * 2), "%2.2x", pdu->classification[i]); - print_field("Features: 0x%s", str); + print_field("Classification: 0x%s", str); } static void pause_encryption_req(const void *data, uint8_t size) -- 2.47.3