Commit Graph

235 Commits

Author SHA1 Message Date
Johan Hedberg
8be335ca8f Add more complete AVCTP support to avtest 2009-09-03 22:20:48 +03:00
Johan Hedberg
788ffa0775 Add initial AVCTP support to avtest 2009-09-03 21:46:18 +03:00
Johan Hedberg
45091c9a9a Update help output for avtest 2009-09-03 21:01:17 +03:00
Johan Hedberg
0223594362 Add ABORT support to avtest 2009-09-03 18:23:44 +03:00
Johan Hedberg
5b968a14e1 Fix do_send to wait for a proper reply
The remote side might be simultaneously sending commands to us which we
should just ignore.
2009-09-03 16:22:02 +03:00
Johan Hedberg
0ed3510c9d Add Nokia copyright to avtest.c 2009-09-03 11:49:11 +03:00
Johan Hedberg
793be3b7b1 Allow avtest to use 48 byte MTU also in SEND mode
This should be helpful for AVDTP tests where the IUT (bluetoothd) is
supposed to send a fragmented message to us.
2009-09-02 22:19:51 +03:00
Johan Hedberg
5a1ad09af8 Add fragmented message sending support to avtest 2009-09-02 20:04:44 +03:00
Johan Hedberg
dd65e5a614 Fix closing media transport after receiving CLOSE 2009-09-02 19:31:08 +03:00
Johan Hedberg
8d839631b3 Add avtest support for responding to AVDTP_SUSPEND 2009-09-02 19:30:02 +03:00
Johan Hedberg
93b269a185 Add avtest support for responding to AVDTP_CLOSE 2009-09-02 19:26:07 +03:00
Johan Hedberg
9ec30f5ec3 Add avtest support for responding to AVDTP_START 2009-09-02 19:23:24 +03:00
Johan Hedberg
9f226395d0 Add avtest support for responding to AVDTP_OPEN 2009-09-02 19:18:28 +03:00
Johan Hedberg
d3eb02475c Add avtest support for responding to AVDTP_GET_CONFIGURATION 2009-09-02 19:03:37 +03:00
Johan Hedberg
386278a53f Add avtest support for responding to AVDTP_SET_CONFIGURATION 2009-09-02 18:59:04 +03:00
Johan Hedberg
f69f155719 Add "Invalid media transport" support to avtest 2009-09-02 18:39:53 +03:00
Johan Hedberg
146188ce10 Add avtest support for arbitrary commands
This is useful e.g. invalid signal identifier AVDTP tests.
2009-09-02 17:44:40 +03:00
Johan Hedberg
58f8fe54f0 Add SUSPEND support to avtest 2009-09-02 17:30:08 +03:00
Johan Hedberg
c158582914 Add CLOSE support to avtest 2009-09-02 17:20:31 +03:00
Johan Hedberg
beae593a00 Fix off-by-one strcmp issue 2009-09-02 17:10:01 +03:00
Johan Hedberg
567a563831 Add START support to avtest 2009-09-02 17:09:19 +03:00
Johan Hedberg
f6ab8a08d4 Fix creating media transport if OPEN failed 2009-09-02 17:02:46 +03:00
Johan Hedberg
f92a37b64b Add basic avtest OPEN support 2009-09-02 16:53:40 +03:00
Johan Hedberg
274c59d023 Move valid media transport data to a common place 2009-09-02 16:17:02 +03:00
Johan Hedberg
9e31466745 Add avtest support for setconf requirement before actual command 2009-09-02 16:07:39 +03:00
Johan Hedberg
b23423c119 Add avtest support for GET_CONFIGURATION 2009-09-02 15:55:34 +03:00
Johan Hedberg
f9df9aa548 Add avtest support for SET_CONFIGURATION 2009-09-02 15:43:19 +03:00
Johan Hedberg
1ab5c6b32b Add avtest support for sending GET_CAPABILITIES 2009-09-02 15:32:51 +03:00
Johan Hedberg
fed7381071 Add avtest support for sending corrupted DISCOVER command 2009-09-02 15:17:08 +03:00
Johan Hedberg
00a727e43b Initial avtest support for sending commands 2009-09-02 15:07:01 +03:00
Marcel Holtmann
f391f70a50 Add utility for basic AVDTP testing 2009-08-31 12:01:56 -07:00
Marcel Holtmann
11e2f9bf39 Rename some options to make them more intuitive 2009-08-30 11:10:41 -07:00
Gustavo F. Padovan
33874cd970 Add support for setting L2CAP FCS value 2009-08-30 11:03:13 -07:00
Marcel Holtmann
34fc04776e Rename textfile test program 2009-08-28 22:42:42 -07:00
Marcel Holtmann
e6f2f3bbdb Move IPC test program to test directory 2009-08-28 22:38:35 -07:00
Marcel Holtmann
ccaed46859 Move common files into src directory 2009-08-28 22:24:04 -07:00
Marcel Holtmann
a5b1e3d02c Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
Marcel Holtmann
c1d1d624ef Add some extra debug output to GAP testing 2009-08-20 12:16:17 -07:00
Marcel Holtmann
7fefa9ead2 Add again the missing newlines 2009-08-20 12:05:26 -07:00
Marcel Holtmann
4796617108 Implement support for device removal in GAP helper 2009-08-20 11:59:57 -07:00
Marcel Holtmann
609aa6f17c Add option to delay agent responses 2009-08-20 11:31:27 -07:00
Marcel Holtmann
e97a2d4f5a Add missing newline 2009-08-20 10:33:21 -07:00
Marcel Holtmann
b5a3d58c40 Add simple test program for basic GAP testing 2009-08-20 10:27:29 -07:00
Marcel Holtmann
97b0450732 Add support for confirmation requests to agent example 2009-08-20 10:26:46 -07:00
Vinicius Costa Gomes
a2d3bb25da Fix calling CreatePairedDevice from agent.c
Before calling CreatePairedDevice we must have registered the agent's
object path, or bluetoothd will fail to find its methods.
2009-08-19 09:49:07 +03:00
Luiz Augusto von Dentz
d7544f6a07 Fix possible array out of bounds. 2009-07-21 17:11:13 -03:00
Luiz Augusto von Dentz
218672a1b1 Fix unintended fall through. 2009-07-16 09:23:47 -03:00
Marcel Holtmann
97046eaf3f Fix strict-aliasing rules handling for hciemu and IP addresses 2009-07-16 07:25:30 +02:00
Marcel Holtmann
6432bf4db3 Fix strict-aliasing rules handling of l2test and info requests 2009-07-16 07:23:38 +02:00
Johan Hedberg
6429c3188c Fix error passing to bt_io_get 2009-07-10 19:16:52 +03:00