[PATCH] monitor: Add missing HCI command error code decoding

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Packet Too Long (0x45 ) status code was missing.
---
 monitor/packet.c | 1 +
 1 file changed, 1 insertion(+)

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"					},
 	{ }
 };
 
-- 
2.24.1




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux