Hi Andrei, * Emeltchenko Andrei <Andrei.Emeltchenko.news@xxxxxxxxx> [2011-07-05 17:29:23 +0300]: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > --- > test/l2test.c | 41 +++++++++++++++++++++++++++++++++++------ > 1 files changed, 35 insertions(+), 6 deletions(-) > > diff --git a/test/l2test.c b/test/l2test.c > index 3b606d2..44c617c 100644 > --- a/test/l2test.c > +++ b/test/l2test.c > @@ -112,6 +112,28 @@ static int reliable = 0; > static int timestamp = 0; > static int defer_setup = 0; > > +static struct { > + char *name; > + int flag; > +} l2cap_modes[] = { > + { "basic", L2CAP_MODE_BASIC }, > + { "flowctl", L2CAP_MODE_FLOWCTL }, > + { "retrans", L2CAP_MODE_RETRANS }, We don't implement retransmission and flow control mode, so just leave them out. Gustavo -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html