From: Szymon Janc <szymon.janc@tieto.com>
To: Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 2/2] lib: Update indexes in mgmt string translation arrays
Date: Mon, 16 Jun 2014 12:42:30 +0200 [thread overview]
Message-ID: <3966409.YP7ngfbfiK@uw000953> (raw)
In-Reply-To: <1400073481-7099-2-git-send-email-andrzej.kaczmarek@tieto.com>
Hi Andrzej,
On Wednesday 14 of May 2014 15:18:01 Andrzej Kaczmarek wrote:
> ---
> lib/mgmt.h | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/lib/mgmt.h b/lib/mgmt.h
> index ab45735..9bdd341 100644
> --- a/lib/mgmt.h
> +++ b/lib/mgmt.h
> @@ -561,7 +561,7 @@ static const char *mgmt_op[] = {
> "Confirm Name",
> "Block Device",
> "Unblock Device",
> - "Set Device ID",
> + "Set Device ID", /* 0x0028 */
> "Set Advertising",
> "Set BR/EDR",
> "Set Static Address",
> @@ -569,7 +569,7 @@ static const char *mgmt_op[] = {
> "Set Secure Connections",
> "Set Debug Keys",
> "Set Privacy",
> - "Load Identity Resolving Keys",
> + "Load Identity Resolving Keys", /* 0x0030 */
> };
>
> static const char *mgmt_ev[] = {
> @@ -597,7 +597,7 @@ static const char *mgmt_ev[] = {
> "Device Unblocked",
> "Device Unpaired",
> "Passkey Notify",
> - "New Identity Resolving Key",
> + "New Identity Resolving Key", /* 0x0018 */
> "New Signature Resolving Key",
> };
>
> @@ -610,7 +610,7 @@ static const char *mgmt_status[] = {
> "Authentication Failed",
> "Not Paired",
> "No Resources",
> - "Timeout",
> + "Timeout", /* 0x08 */
> "Already Connected",
> "Busy",
> "Rejected",
> @@ -618,7 +618,7 @@ static const char *mgmt_status[] = {
> "Invalid Parameters",
> "Disconnected",
> "Not Powered",
> - "Cancelled",
> + "Cancelled", /* 0x10 */
> "Invalid Index",
> "Blocked through rfkill",
> };
>
This needs to be rebased.
--
Best regards,
Szymon Janc
next prev parent reply other threads:[~2014-06-16 10:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 13:18 [PATCH 1/2] doc: Fix bit numbering in mgmt-api Andrzej Kaczmarek
2014-05-14 13:18 ` [PATCH 2/2] lib: Update indexes in mgmt string translation arrays Andrzej Kaczmarek
2014-06-16 10:42 ` Szymon Janc [this message]
2014-06-16 10:41 ` [PATCH 1/2] doc: Fix bit numbering in mgmt-api Szymon Janc
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=3966409.YP7ngfbfiK@uw000953 \
--to=szymon.janc@tieto.com \
--cc=andrzej.kaczmarek@tieto.com \
--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.