From: Jaganath Kanakkassery <jaganath.k.os@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: marcel@holtmann.org,
	Jaganath Kanakkassery <jaganathx.kanakkassery@intel.com>
Subject: [PATCH BlueZ 1/8] monitor: Fix 2-DH5 packet type print
Date: Fri,  6 Jul 2018 16:57:58 +0530	[thread overview]
Message-ID: <1530876485-17218-2-git-send-email-jaganathx.kanakkassery@intel.com> (raw)
In-Reply-To: <1530876485-17218-1-git-send-email-jaganathx.kanakkassery@intel.com>
3-DH5 is printed instaed of 2-DH5
---
 monitor/packet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/monitor/packet.c b/monitor/packet.c
index 6798373..bf69859 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -762,7 +762,7 @@ static const struct {
 	{  9, "3-DH3 may not be used"	},
 	{ 10, "DM3 may be used"		},
 	{ 11, "DH3 may be used"		},
-	{ 12, "3-DH5 may not be used"	},
+	{ 12, "2-DH5 may not be used"	},
 	{ 13, "3-DH5 may not be used"	},
 	{ 14, "DM5 may be used"		},
 	{ 15, "DH5 may be used"		},
-- 
2.7.4
next prev parent reply	other threads:[~2018-07-06 11:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-06 11:27 [PATCH BlueZ 0/8] Add BREDR PHYs in PHY configuration commands Jaganath Kanakkassery
2018-07-06 11:27 ` Jaganath Kanakkassery [this message]
2018-07-19  9:54   ` [PATCH BlueZ 1/8] monitor: Fix 2-DH5 packet type print Jaganath K
2018-07-06 11:27 ` [PATCH BlueZ 2/8] btmgmt: Add BREDR PHYs in PHY Configuration commands Jaganath Kanakkassery
2018-08-23  9:24   ` Jaganath K
2018-07-06 11:28 ` [PATCH BlueZ 3/8] monitor: Add BREDR PHYs in PHY configuration commands Jaganath Kanakkassery
2018-07-06 11:28 ` [PATCH BlueZ 4/8] emulator: Add BREDR 2M & 3M, 3 & 5 Slot packet type support Jaganath Kanakkassery
2018-07-06 11:28 ` [PATCH BlueZ 5/8] mgmt-tester: Add extended advertising test cases Jaganath Kanakkassery
2018-07-06 11:28 ` [PATCH BlueZ 6/8] mgmt-tester: Add PHY Configuration " Jaganath Kanakkassery
2018-07-06 11:28 ` [PATCH BlueZ 7/8] mgmt-tester: Add tests for extended scanning and device found Jaganath Kanakkassery
2018-07-06 11:28 ` [PATCH BlueZ 8/8] mgmt-tester: Add support ext create connection and enh conn complete Jaganath Kanakkassery
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=1530876485-17218-2-git-send-email-jaganathx.kanakkassery@intel.com \
    --to=jaganath.k.os@gmail.com \
    --cc=jaganathx.kanakkassery@intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.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 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).