public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add more features mask options to l2test
@ 2009-04-19 20:10 Gustavo F. Padovan
  2009-04-19 20:23 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo F. Padovan @ 2009-04-19 20:10 UTC (permalink / raw)
  To: linux-bluetooth

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-19 20:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 20:10 [PATCH] add more features mask options to l2test Gustavo F. Padovan
2009-04-19 20:23 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox