linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] monitor: Add missing HCI command error code decoding
@ 2020-01-28 11:07 Szymon Janc
  2020-01-30  9:11 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Szymon Janc @ 2020-01-28 11:07 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] monitor: Add missing HCI command error code decoding
  2020-01-28 11:07 [PATCH] monitor: Add missing HCI command error code decoding Szymon Janc
@ 2020-01-30  9:11 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2020-01-30  9:11 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

On Tuesday, 28 January 2020 12:07:40 CET Szymon Janc wrote:
> 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"					
},
>  	{ }
>  };

Applied.


-- 
pozdrawiam
Szymon Janc



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-30  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-28 11:07 [PATCH] monitor: Add missing HCI command error code decoding Szymon Janc
2020-01-30  9:11 ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).