diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-12-07 06:52:02 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-12-07 06:52:02 -0800 |
commit | bbbadc4644f08cbb255f17dbc06f5dccc75a353a (patch) | |
tree | 8b0fb1a4c59365bf6e83f7666309769c19f51e4c | |
parent | e5228553a27d12f37fa4cab904f8259221036ef1 (diff) |
monitor: Add missing HCI error code 0x40
-rw-r--r-- | monitor/packet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/packet.c b/monitor/packet.c index 5bc662baf..7b406d5e5 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -346,6 +346,8 @@ static const struct { { 0x3d, "Connection Terminated due to MIC Failure" }, { 0x3e, "Connection Failed to be Established" }, { 0x3f, "MAC Connection Failed" }, + { 0x40, "Coarse Clock Adjustment Rejected " + "but Will Try to Adjust Using Clock Dragging" }, { } }; |