2018-07-26 11:33:52

by Jaganath K

[permalink] [raw]
Subject: [PATCH BlueZ RESEND] monitor: Fix 2-DH5 packet type print

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 d99470c..aca0761 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -759,7 +759,7 @@ static const struct bitfield_data pkt_type_table[] = {
{ 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



2018-07-30 12:04:49

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH BlueZ RESEND] monitor: Fix 2-DH5 packet type print

Hi Jaganath,

On Thu, Jul 26, 2018, Jaganath Kanakkassery wrote:
> 3-DH5 is printed instaed of 2-DH5
> ---
> monitor/packet.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

Johan