summaryrefslogtreecommitdiff
path: root/tools/rfcomm-tester.c
Commit message (Collapse)AuthorAgeFilesLines
* emulator/bthost: Rename rfcomm_channel to rfcomm_chan for shorter symbol namesJohan Hedberg2014-02-191-2/+2
|
* tools/rfcomm-tester: Minor coding style fixJohan Hedberg2014-02-191-1/+2
|
* tools/rfcomm-tester: Add RFCOMM server read test caseMarcin Kraglak2014-02-191-1/+57
| | | | It will test reading data passed to RFCOMM socket on server side.
* tools/rfcomm-tester: Add RFCOMM client read test caseMarcin Kraglak2014-02-191-0/+46
| | | | This will test reading data passed to RFCOMM socket on client side.
* tools/rfcomm-tester: Add RFCOMM server write test caseMarcin Kraglak2014-02-191-0/+51
| | | | This will check data write from server to client.
* tools/rfcomm-tester: Add RFCOMM client write test caseMarcin Kraglak2014-02-191-1/+58
| | | | This will test sending data through RFCOMM socket from client to server.
* tools/rfcomm-tester: Clean up coding styleJohan Hedberg2014-01-161-18/+17
|
* tools/rfcomm-tester: Don't enable SSP (as it's not necessary)Johan Hedberg2014-01-161-5/+0
|
* tools/rfcomm-tester: Only BR/EDR is relevant for RFCOMMJohan Hedberg2014-01-161-7/+1
|
* tools/rfcomm-tester: Update callback to match new APIJohan Hedberg2014-01-161-3/+2
|
* tools/rfcomm-tester: Add RFCOMM server negative test caseMarcin Kraglak2014-01-161-0/+8
| | | | | This test case create RFCOMM server and reject incoming connection from bthost.
* tools/rfcomm-tester: Add RFCOMM server test caseMarcin Kraglak2014-01-161-0/+144
| | | | | This test case create RFCOMM server and accept incoming connection from client bthost.
* tools/rfcomm-tester: Add Connection refused client test caseMarcin Kraglak2014-01-161-0/+8
| | | | This will test RFCOMM client connection to wrong server channel.
* tools/rfcomm-tester: Implement client test caseMarcin Kraglak2014-01-161-0/+119
| | | | This will test RFCOMM client connection.
* tools/rfcomm-tester: Add basic rfcomm test caseMarcin Kraglak2014-01-161-0/+249
| | | | This test case verifies creating rfcomm socket.
* tools/rfcomm-tester: Initial version of rfcomm-testerMarcin Kraglak2014-01-161-0/+36
Add rfcomm-tester to tree.