monitor: Add missing HCI command error code decoding
authorSzymon Janc <szymon.janc@codecoup.pl>
Tue, 28 Jan 2020 11:07:40 +0000 (12:07 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:48 +0000 (14:30 +0530)
Packet Too Long (0x45 ) status code was missing.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/packet.c

index ed8a5c1..a7db9eb 100755 (executable)
@@ -518,6 +518,7 @@ static const struct {
        { 0x42, "Unknown Advertising Identifier"                        },
        { 0x43, "Limit Reached"                                         },
        { 0x44, "Operation Cancelled by Host"                           },
+       { 0x45, "Packet Too Long"                                       },
        { }
 };