From: "Gustavo F. Padovan" <gustavo@las.ic.unicamp.br>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] add more features mask options to l2test
Date: Sun, 19 Apr 2009 17:10:01 -0300 [thread overview]
Message-ID: <1240171801-16432-1-git-send-email-gustavo@las.ic.unicamp.br> (raw)
Add Enhanced Retransmission mode, Streaming mode and FCS Option.
---
test/l2test.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/test/l2test.c b/test/l2test.c
index 57e0931..6276036 100644
--- a/test/l2test.c
+++ b/test/l2test.c
@@ -908,6 +908,12 @@ static void info_request(char *svr)
printf(" Retransmission mode\n");
if (mask & 0x04)
printf(" Bi-directional QoS\n");
+ if (mask & 0x08)
+ printf(" Enhanced Retransmission mode\n");
+ if (mask & 0x10)
+ printf(" Streaming mode\n");
+ if (mask & 0x20)
+ printf(" FCS Option\n");
break;
case 0x0001:
printf("Extended feature mask is not supported\n");
--
1.6.0.6
next reply other threads:[~2009-04-19 20:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-19 20:10 Gustavo F. Padovan [this message]
2009-04-19 20:23 ` [PATCH] add more features mask options to l2test Marcel Holtmann
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=1240171801-16432-1-git-send-email-gustavo@las.ic.unicamp.br \
--to=gustavo@las.ic.unicamp.br \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox