Commit Graph

21 Commits

Author SHA1 Message Date
Archie Pusaka
0c7e7a95df tools/l2cap-tester: Add test for waiting disconnection response
This is to test the behaviour of L2CAP channel when closed with
shut_down(sock, SHUT_WR). In this case, we should wait until we
receive a disconnection response before raising G_IO_HUP.
2020-06-04 14:17:27 -07:00
Marcel Holtmann
6be2f08c9c tools: Include headers with lib/ prefix instead of bluetooth/ prefix 2015-04-04 13:50:35 -07:00
Johan Hedberg
74aa69af7d tools/rfcomm-tester: Shorted unnecessarily long variable names 2015-02-27 12:59:52 +02:00
Johan Hedberg
13b1c94c64 tools/rfcomm-tester: Add better logs 2015-02-27 12:59:52 +02:00
Marcel Holtmann
508e129d75 build: Move hciemu.c and hciemu.h into emulator directory 2014-09-25 14:39:10 +02:00
Johan Hedberg
4ead1cb1ec emulator/bthost: Rename rfcomm_channel to rfcomm_chan for shorter symbol names 2014-02-19 15:09:34 +02:00
Johan Hedberg
06c9a19137 tools/rfcomm-tester: Minor coding style fix 2014-02-19 15:05:32 +02:00
Marcin Kraglak
ed0e8af120 tools/rfcomm-tester: Add RFCOMM server read test case
It will test reading data passed to RFCOMM socket on server side.
2014-02-19 15:03:59 +02:00
Marcin Kraglak
d6b69ed7df tools/rfcomm-tester: Add RFCOMM client read test case
This will test reading data passed to RFCOMM socket on client side.
2014-02-19 15:03:41 +02:00
Marcin Kraglak
bc0c9928cf tools/rfcomm-tester: Add RFCOMM server write test case
This will check data write from server to client.
2014-02-19 15:02:38 +02:00
Marcin Kraglak
3b9b76da54 tools/rfcomm-tester: Add RFCOMM client write test case
This will test sending data through RFCOMM socket from client to server.
2014-02-19 15:02:25 +02:00
Johan Hedberg
472cc0a910 tools/rfcomm-tester: Clean up coding style 2014-01-16 12:23:16 +02:00
Johan Hedberg
dda90d0739 tools/rfcomm-tester: Don't enable SSP (as it's not necessary) 2014-01-16 12:23:15 +02:00
Johan Hedberg
809b0c2462 tools/rfcomm-tester: Only BR/EDR is relevant for RFCOMM 2014-01-16 12:23:15 +02:00
Johan Hedberg
33dcb461da tools/rfcomm-tester: Update callback to match new API 2014-01-16 12:23:15 +02:00
Marcin Kraglak
5574590647 tools/rfcomm-tester: Add RFCOMM server negative test case
This test case create RFCOMM server and reject incoming connection
from bthost.
2014-01-16 12:23:15 +02:00
Marcin Kraglak
b0fee95e07 tools/rfcomm-tester: Add RFCOMM server test case
This test case create RFCOMM server and accept incoming connection from
client bthost.
2014-01-16 12:23:15 +02:00
Marcin Kraglak
96283b9a5b tools/rfcomm-tester: Add Connection refused client test case
This will test RFCOMM client connection to wrong server channel.
2014-01-16 12:23:15 +02:00
Marcin Kraglak
292cd05057 tools/rfcomm-tester: Implement client test case
This will test RFCOMM client connection.
2014-01-16 12:23:15 +02:00
Marcin Kraglak
9b36ebbd23 tools/rfcomm-tester: Add basic rfcomm test case
This test case verifies creating rfcomm socket.
2014-01-16 12:23:15 +02:00
Marcin Kraglak
11bd593fd7 tools/rfcomm-tester: Initial version of rfcomm-tester
Add rfcomm-tester to tree.
2014-01-16 12:23:15 +02:00