projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c32d9
)
monitor: Add missing HCI command error code decoding
author
Szymon Janc
<szymon.janc@codecoup.pl>
Tue, 28 Jan 2020 11:07:40 +0000
(12:07 +0100)
committer
Ayush 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
patch
|
blob
|
history
diff --git
a/monitor/packet.c
b/monitor/packet.c
index
ed8a5c1
..
a7db9eb
100755
(executable)
--- a/
monitor/packet.c
+++ b/
monitor/packet.c
@@
-518,6
+518,7
@@
static const struct {
{ 0x42, "Unknown Advertising Identifier" },
{ 0x43, "Limit Reached" },
{ 0x44, "Operation Cancelled by Host" },
+ { 0x45, "Packet Too Long" },
{ }
};