From: Szymon Janc <szymon.janc@codecoup.pl>
To: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] monitor: Add missing HCI command error code decoding
Date: Thu, 30 Jan 2020 10:11:02 +0100 [thread overview]
Message-ID: <92965788.m85OPsEE2A@ix> (raw)
In-Reply-To: <20200128110740.41133-1-szymon.janc@codecoup.pl>
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
prev parent reply other threads:[~2020-01-30 9:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-28 11:07 [PATCH] monitor: Add missing HCI command error code decoding Szymon Janc
2020-01-30 9:11 ` Szymon Janc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=92965788.m85OPsEE2A@ix \
--to=szymon.janc@codecoup.pl \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.