summaryrefslogtreecommitdiff
path: root/test/l2test.c
Commit message (Expand)AuthorAgeFilesLines
* l2test: Fix compilation errors due to unaligned memory accessSzymon Janc2012-09-051-4/+5
* Fix trivial coding style issues on pointer declarations and castingAnderson Lizardo2012-08-261-2/+2
* l2test: Add option to inform the address typeAndre Guedes2012-04-251-2/+25
* l2test: Add BT Channel Policy optionAndrei Emeltchenko2012-02-261-2/+30
* l2test: Clean up lookup table codeAndrei Emeltchenko2012-02-261-14/+26
* l2test: Add option 'K' to set delay before receivingSzymon Janc2012-01-091-5/+16
* l2test: Add option 'H' to set socket receive buffer sizeSzymon Janc2012-01-091-5/+44
* l2test: fix not setting priority of accepted socketLuiz Augusto von Dentz2011-11-161-7/+8
* l2test: Add option 'Y' to set socket priorityLuiz Augusto von Dentz2011-11-041-7/+43
* l2test: enhance L2CAP mode optionAndrei Emeltchenko2011-07-261-6/+37
* l2test: Make use of L2CAP extended feature mask definitionsAndrei Emeltchenko2011-07-261-10/+10
* Use a valid PSM value in l2testGustavo F. Padovan2011-02-091-1/+1
* l2test: add support to the fixed channelsGustavo F. Padovan2010-09-301-5/+21
* Set l2cap mode alwaysGustavo F. Padovan2010-04-281-2/+1
* Add options to test MaxTx and TxWindowGustavo F. Padovan2010-04-281-1/+21
* Add duplex test case to l2testGustavo F. Padovan2010-04-281-1/+42
* l2test: add option to use SOCK_STREAMGustavo F. Padovan2010-04-281-1/+6
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Rename some options to make them more intuitiveMarcel Holtmann2009-08-301-8/+8
* Add support for setting L2CAP FCS valueGustavo F. Padovan2009-08-301-1/+13
* Fix unintended fall through.Luiz Augusto von Dentz2009-07-161-0/+1
* Fix strict-aliasing rules handling of l2test and info requestsMarcel Holtmann2009-07-161-6/+6
* Make sure to initialize the feature mask variableMarcel Holtmann2009-05-041-1/+1
* Add alias for setting ERTM mode valueMarcel Holtmann2009-05-021-1/+4
* Retreive fixed channels list if supportedMarcel Holtmann2009-04-191-3/+32
* Add additional L2CAP extended feature mask bitsMarcel Holtmann2009-04-191-0/+8
* Add Enhanced Retransmission mode, Streaming mode and FCS Option.Gustavo F. Padovan2009-04-191-0/+6
* Make sure to clear socket address structure firstMarcel Holtmann2009-03-301-0/+1
* Differentiate between buffer and data sizeMarcel Holtmann2009-01-151-4/+19
* Add support for fragmentation of data packetsMarcel Holtmann2009-01-151-16/+29
* Add support for deferred connection setupMarcel Holtmann2009-01-141-8/+58
* Allow choosing of MITM for new pairing functionMarcel Holtmann2009-01-131-1/+4
* Add command option for triggering dedicated bondingMarcel Holtmann2009-01-131-2/+55
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Allow link mode settings for outgoing connectionsMarcel Holtmann2008-07-101-0/+8
* Enable output of timestampsMarcel Holtmann2008-06-251-2/+22
* Use the correct socket descriptor for incoming connectionsMarcel Holtmann2008-06-231-1/+1
* Add timestamp optionMarcel Holtmann2008-06-231-3/+31
* Remove invalid line in usage outputMarcel Holtmann2008-06-231-1/+0
* Allow setting of RFC modeMarcel Holtmann2008-06-151-11/+12
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Set output MTU for listening socketsMarcel Holtmann2007-05-231-0/+1
* Check socket address to get the dynamic PSM and channel valuesMarcel Holtmann2007-01-211-0/+12
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Don't use ident 0 for information requestMarcel Holtmann2006-09-241-2/+2
* Add information request commandMarcel Holtmann2006-09-241-7/+117
* Change default poll() timeoutMarcel Holtmann2006-08-101-1/+1
* Allow connects to multiple remote devicesMarcel Holtmann2006-07-051-12/+16
* Allow reading sample data from a fileMarcel Holtmann2006-06-141-34/+39
* Change delay to milliseconds and check countMarcel Holtmann2006-03-241-4/+4