From 519fe630ef9f78442ae25f719954475f591809d0 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 16 Apr 2013 20:34:29 +0300 Subject: [PATCH] monitor: Remove bogus entries from event mask table The event mask is 64 bits so any bit offsets greater than that do not make sense. --- monitor/packet.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/monitor/packet.c b/monitor/packet.c index dc2a9ee78..80f5a06ce 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -1716,16 +1716,6 @@ static const struct { { 59, "Keypress Notification" }, { 60, "Remote Host Supported Features Notification" }, { 61, "LE Meta" }, - /* reserved events */ - { 78, "Triggered Clock Capture" }, - /* reserved event */ - { 80, "Synchronization Train Received" }, - { 81, "Connectionless Slave Broadcast Receive" }, - { 82, "Connectionless Slave Broadcast Timeout" }, - { 83, "Truncated Page Complete" }, - { 84, "Slave Page Response Timeout" }, - { 85, "Connectionless Slave Broadcast Channel Map Change" }, - { 86, "Inquiry Response Notification" }, { } }; -- 2.47.3