Message ID | 20200128110740.41133-1-szymon.janc@codecoup.pl |
---|---|
State | New |
Headers | show |
Series | monitor: Add missing HCI command error code decoding | expand |
diff --git a/monitor/packet.c b/monitor/packet.c index 6e7cc5e85..07c92ca07 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -519,6 +519,7 @@ static const struct { { 0x42, "Unknown Advertising Identifier" }, { 0x43, "Limit Reached" }, { 0x44, "Operation Cancelled by Host" }, + { 0x45, "Packet Too Long" }, { } };