Commit Graph

515 Commits

Author SHA1 Message Date
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
Filippo Giunchedi
8e1cfdea73 include test/hciemu.1 into man_MANS and EXTRA_DIST 2009-07-06 10:35:14 -07:00
Filippo Giunchedi
c89b94c450 add test/hciemu.1 manpage 2009-07-06 10:35:06 -07:00
Filippo Giunchedi
f25217722e test/hciemu.c: verbose usage message 2009-07-06 10:34:54 -07:00
Filippo Giunchedi
e5fbc3089e include test/rctest.1 into man_MANS and EXTRA_DIST 2009-07-06 10:34:33 -07:00
Filippo Giunchedi
f965b2b9fc add test/rctest.1 manpage 2009-07-06 10:34:19 -07:00
Stefan Seyfried
aef8437f73 Fix build with "--as-needed"
This patch got submitted by an openSUSE contributor, I'm passing it
along so that I have one less patch to carry in my package ;)
2009-07-04 09:11:40 -07:00
Filippo Giunchedi
aec8360e71 test/agent.c: rename "target device" into device 2009-07-02 17:22:02 +03:00
Filippo Giunchedi
7b050e571e test/agent.c: find given adapter or use default
modify get_adapter_path to use FindAdapter or use DefaultAdapter if none
is given
2009-07-02 17:22:00 +03:00
Filippo Giunchedi
950ab387b2 test/agent.c: rename device into adapter in functions 2009-07-02 17:21:57 +03:00
Filippo Giunchedi
112f88d310 test/agent.c: rename option device into adapter 2009-07-02 17:21:55 +03:00
Filippo Giunchedi
6db7a480cd test/agent.c: rename device into adapter in main 2009-07-02 17:21:53 +03:00
Johan Hedberg
0b0bbd589c Fix coding style 2009-06-30 19:55:35 +03:00
Filippo Giunchedi
e3c5fd9319 test/agent.c: pairing via CreatePairedDevice
introduce optional argument target for remote address, if passed pairing
will be called
2009-06-30 19:44:15 +03:00
Filippo Giunchedi
012c146949 test/agent.c: update dbus API usage
This patch implements and updates some parts of dbus API missing from
test/agent.c, namely Authorize, RequestPinCode and RequestPasskey.
2009-06-30 19:44:12 +03:00
Filippo Giunchedi
db656f3430 test/agent.c: get_device select default device
mimick simple-agent, i.e. search for default device
2009-06-30 19:44:06 +03:00
Filippo Giunchedi
f4804a8f52 remove trailing whitespaces in manpages 2009-06-30 16:27:55 +03:00
Luiz Augusto von Dentz
41b28f6b10 Add to simple-agent the ability to reject authorization requests. 2009-06-16 23:52:15 +03:00
Zygo Blaxell
3b02334c35 Add test-network to dist 2009-06-04 23:19:59 +03:00
Marcel Holtmann
6f220b305b Make sure to initialize the feature mask variable 2009-05-04 02:42:55 -07:00
Marcel Holtmann
493b4ab0bf Add alias for setting ERTM mode value 2009-05-02 23:03:57 -07:00
Marcel Holtmann
49d0b05136 Retreive fixed channels list if supported 2009-04-19 22:38:36 +02:00
Marcel Holtmann
9fca3da026 Add additional L2CAP extended feature mask bits 2009-04-19 22:28:53 +02:00
Gustavo F. Padovan
3fb63ab3bf Add Enhanced Retransmission mode, Streaming mode and FCS Option. 2009-04-19 22:22:49 +02:00
Luiz Augusto von Dentz
d2a69ecba1 Fix btiotest to allocate a channel when not specified. 2009-04-01 11:59:49 -03:00
Marcel Holtmann
4296b2cda5 Make sure to clear socket address structure first 2009-03-30 15:39:36 -07:00
Marcel Holtmann
041076b043 Add skeleton for avtest application 2009-02-27 08:20:53 +01:00
Johan Hedberg
1c195ab280 Fix strncpy length parameters to avoid non-nul-terminated strings 2009-02-25 17:48:40 +02:00
Marcel Holtmann
72c04224f1 Add UUID search option for RFCOMM channel 2009-02-22 08:15:13 +01:00
Johan Hedberg
3d57921729 Add support for getting connection info 2009-02-20 00:21:18 +02:00
Luiz Augusto von Dentz
10d6858927 Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close. 2009-02-19 16:23:10 -03:00
Johan Hedberg
24df1ac442 Add support for BT_IO_OPT_MASTER to btiotest 2009-02-18 18:00:18 +02:00
Johan Hedberg
eb3529e7fb Print MTU also for SCO 2009-02-18 17:10:54 +02:00
Johan Hedberg
84c6d2d9a2 Make use of GError to get detailed error information 2009-02-18 14:26:36 +02:00
Johan Hedberg
2fe6b618d8 Add security level support to btiotest 2009-02-18 11:48:15 +02:00
Johan Hedberg
dd36706b9f Add support for SCO to btiotest 2009-02-18 11:41:16 +02:00
Johan Hedberg
d1f188d4b3 Convert BtIO API to use GError 2009-02-16 19:48:54 +02:00
Johan Hedberg
1dbc2990d6 Merge btio test tool 2009-02-16 09:15:34 +02:00
Marcel Holtmann
9c0b5859e6 Fix mostly every warning caused by -Wsign-compare 2009-01-29 17:58:28 +01:00
Marcel Holtmann
41e30382f9 Differentiate between buffer and data size 2009-01-15 10:44:52 +01:00
Marcel Holtmann
f213783e7d Add support for fragmentation of data packets 2009-01-15 08:06:34 +01:00
Marcel Holtmann
9e7fdeca25 Add support for deferred connection setup 2009-01-14 14:39:45 +01:00
Marcel Holtmann
7b5212174a Allow choosing of MITM for new pairing function 2009-01-13 17:55:54 +01:00
Marcel Holtmann
22fdd67493 Add command option for triggering dedicated bonding 2009-01-13 11:17:17 +01:00
Marcel Holtmann
fb333f1c88 Update copyright information 2009-01-01 19:33:20 +01:00
Marcel Holtmann
76950fff1b Remove unneeded inline statements 2008-12-23 04:31:40 +01:00
Marcel Holtmann
c1c058b689 Add more signal handling to monitor script 2008-12-20 10:35:50 +01:00
Marcel Holtmann
567d649420 Add script to monitor PropertyChanged signals 2008-12-16 03:06:48 +01:00
Johan Hedberg
901a2c3041 Add speakergain, microphonegain, play and stop to test-telephony 2008-12-02 13:28:41 +02:00
Marcel Holtmann
48fc33be59 Remove old 3.x API cruft 2008-11-30 20:01:45 +01:00
Marcel Holtmann
26e5560e92 Replace old manager object path 2008-11-30 20:00:15 +01:00
Johan Hedberg
8e7a46183e Add support for Powered property to test-adapter 2008-11-29 16:09:21 +02:00
Luiz Augusto von Dentz
73247a7182 Update test-adapter. 2008-11-28 16:07:59 -03:00
Luiz Augusto von Dentz
fea35c375a Add support for PairableTimeout property on adapter-test. 2008-11-27 16:47:16 -03:00
Luiz Augusto von Dentz
0b6b1da0dd Add discovering option to test-adapter. 2008-11-24 16:27:51 -03:00
Luiz Augusto von Dentz
20f5afea0c Remove deprecated PeriodicDiscovery property from test-adapter. 2008-11-24 16:22:38 -03:00
Ville Tervo
529726b566 Change "device" in information print into "node" 2008-11-24 09:59:01 +02:00
Marcel Holtmann
f85760b455 Add support for discoverable option 2008-11-21 11:37:12 +01:00
Marcel Holtmann
c6786d2581 Add support for pairable option 2008-11-21 11:34:28 +01:00
Marcel Holtmann
330092231a Add new service test script and fix adapter script 2008-11-01 01:25:46 +01:00
Marcel Holtmann
3cb84c32b8 Re-arrange the order in EXTRA_DIST 2008-10-05 10:59:30 +02:00
Johan Hedberg
9a17271b17 Add test-telephony to EXTRA_DIST 2008-10-04 23:34:56 +02:00
Mika Linnanoja
363567a7d2 Add support for connecting/disconnecting headsets. 2008-10-04 14:44:32 +02:00
Johan Hedberg
ffcd40c827 Add test script for dummy telephony plugin 2008-10-04 13:00:00 +02:00
Marcel Holtmann
2ab16c09f4 Add example agent implementation in C 2008-10-03 09:21:47 +02:00
Marcel Holtmann
5a498c0ce6 Remove old passkey-agent and auth-agent 2008-10-03 09:11:22 +02:00
Marcel Holtmann
8be9168ec2 List device and node objects 2008-09-28 06:00:57 +02:00
Luiz Augusto von Dentz
f7637f674b Update test-discovery. 2008-09-09 18:10:54 -03:00
Luiz Augusto von Dentz
618258d5f4 Add test-network. 2008-09-09 18:02:27 -03:00
Marcel Holtmann
862ac7734f Fix distribution includes 2008-09-06 04:55:11 +02:00
Marcel Holtmann
6e5682847b Fix the simple service example 2008-09-06 04:23:46 +02:00
Marcel Holtmann
028ea961e3 Fix org.bluez.Serial interface 2008-09-06 01:33:29 +02:00
Marcel Holtmann
cf92b6dc9c Move test scripts into test directory 2008-09-01 22:34:04 +02:00
Marcel Holtmann
93f86d24cc Make sure to actually set the link mode option 2008-07-11 03:00:37 +00:00
Marcel Holtmann
06e4d41372 Allow link mode settings for outgoing connections 2008-07-10 09:38:39 +00:00
Marcel Holtmann
81ef88706f Quick hack to allow reject of PIN code requests 2008-07-10 01:16:28 +00:00
Marcel Holtmann
2199bc76c6 Enable output of timestamps 2008-06-25 07:13:46 +00:00
Marcel Holtmann
9e19855216 Use the correct socket descriptor for incoming connections 2008-06-23 18:54:15 +00:00
Marcel Holtmann
5b67585821 Add timestamp option 2008-06-23 18:45:52 +00:00
Marcel Holtmann
30ea633a54 Remove invalid line in usage output 2008-06-23 18:21:10 +00:00
Marcel Holtmann
8e34afe9cc Allow setting of RFC mode 2008-06-15 14:09:07 +00:00
Marcel Holtmann
5ac0d04df1 Remove the confirm method from the sample passkey agent 2008-06-03 15:31:41 +00:00
Marcel Holtmann
e0a54a416a Move passkey-agent and auth-agent sample code to test directory 2008-06-03 12:44:58 +00:00
Marcel Holtmann
5a14261153 Allow event listening and commands at the same time 2008-03-07 14:07:54 +00:00
Marcel Holtmann
e823c15e43 Update copyright information 2008-02-02 03:37:05 +00:00
Claudio Takahasi
7d8dc82e02 apitest: fixed signal handler 2007-06-23 13:56:20 +00:00
Marcel Holtmann
3e4bc988db Comment out @dbus.decorators.explicitly_pass_message statement 2007-06-22 22:31:54 +00:00
Marcel Holtmann
11d24685fb Set output MTU for listening sockets 2007-05-23 11:50:49 +00:00
Marcel Holtmann
232610dea7 Use generic service connect function 2007-04-05 20:10:01 +00:00
Marcel Holtmann
f89882a84a Update test setup 2007-04-03 20:48:42 +00:00
Marcel Holtmann
03ebdf91be Add a connect only mode 2007-01-23 17:12:12 +00:00
Marcel Holtmann
b4ccc4c8de Check socket address to get the dynamic PSM and channel values 2007-01-21 23:56:48 +00:00
Marcel Holtmann
1c36a2a322 Add function for connection the transfer manager 2007-01-21 01:51:04 +00:00
Marcel Holtmann
8cc5595d90 Make it possible to support an embedded GLib 2007-01-20 05:26:15 +00:00
Marcel Holtmann
f24e25355d Update pre-created objects 2007-01-19 15:53:19 +00:00
Marcel Holtmann
2666321aed Adapt to the service interface changes 2007-01-16 11:18:21 +00:00
Marcel Holtmann
8f94be819d Add LMP test utility 2007-01-15 20:05:22 +00:00
Marcel Holtmann
331c95a5f3 Works also with a Philips chip 2007-01-14 22:43:52 +00:00
Marcel Holtmann
607695ed10 Update copyright information 2007-01-13 17:48:12 +00:00
Marcel Holtmann
0d68e70bb8 Allow compilation against GLib 2007-01-12 00:49:27 +00:00
Johan Hedberg
6033ee0c99 Add disconnection delay and RemoteDeviceDisconnectRequested signal for the DisconnectRemoteDevice method 2007-01-03 12:14:01 +00:00
Johan Hedberg
326cf15e58 Support for ListRemoteDevices and ListRecentRemoteDevices 2006-11-10 17:20:25 +00:00
Marcel Holtmann
b467488a2e Add service objects 2006-10-29 16:50:26 +00:00
Johan Hedberg
8f0584a204 Allow listening for events even when a command is sent 2006-10-19 12:48:59 +00:00
Marcel Holtmann
d78dcb8b79 Add experimental objects 2006-09-29 19:11:48 +00:00
Marcel Holtmann
b31cef173e Add simple D-Bus preload script for Python 2006-09-29 18:45:25 +00:00
Marcel Holtmann
41e91c49a5 Add apitest utility 2006-09-28 15:23:24 +00:00
Marcel Holtmann
9ec342ce2d Don't use ident 0 for information request 2006-09-24 12:43:54 +00:00
Marcel Holtmann
329237dde2 Add information request command 2006-09-24 11:36:24 +00:00
Marcel Holtmann
117091aff7 More compatible usage of test 2006-09-05 10:54:36 +00:00
Marcel Holtmann
75dc7cdf39 Call sdp_service_search_async() as first test case 2006-08-30 22:37:55 +00:00
Marcel Holtmann
87268f7c7c Add sdptest utility 2006-08-29 22:08:09 +00:00
Johan Hedberg
2f1fece040 Fix hciemu GIOChannel usage 2006-08-26 17:26:18 +00:00
Marcel Holtmann
35e9349ffc Change default poll() timeout 2006-08-10 10:20:59 +00:00
Marcel Holtmann
b102348e98 Fix declared with attribute warn_unused_result errors 2006-07-26 13:32:44 +00:00
Marcel Holtmann
0effff5f4f Allow connects to multiple remote devices 2006-07-05 18:53:18 +00:00
Marcel Holtmann
da33b995b6 Use generic reset method for Broadcom chips 2006-06-29 08:41:48 +00:00
Marcel Holtmann
c2a3b84e7e Add support for changing the BD_ADDR of ISSC chips 2006-06-29 07:03:50 +00:00
Marcel Holtmann
da1911d8ae Allow reading sample data from a file 2006-06-14 11:23:24 +00:00
Marcel Holtmann
0e9c5be0ac Add support for changing Broadcom device addresses 2006-06-14 11:03:30 +00:00
Marcel Holtmann
11d3cfa9cb Add ST test utility 2006-06-04 15:13:47 +00:00
Marcel Holtmann
b96133c91a Build a generic helper library 2006-06-04 12:09:30 +00:00
Marcel Holtmann
403066f6cd Cleanup main function declarations 2006-04-28 14:30:59 +00:00
Marcel Holtmann
0625c60f29 Mention ST based chips 2006-04-17 01:12:27 +00:00
Marcel Holtmann
28af79147e Add support for ST chips 2006-04-16 23:04:53 +00:00
Claudio Takahasi
8fa8629fa4 added timeout new function 2006-04-05 14:03:53 +00:00
Marcel Holtmann
e667307121 Change delay to milliseconds and check count 2006-03-24 18:05:22 +00:00
Marcel Holtmann
b357f1d390 Add options for count and delay 2006-03-23 22:15:09 +00:00
Marcel Holtmann
6ba87383b2 Rename connection less option from -D to -G 2006-03-23 22:06:13 +00:00
Marcel Holtmann
f2e48c44a7 Update copyright information 2006-01-03 13:28:56 +00:00
Marcel Holtmann
ea6747ecff Add HCI emulation tool 2005-12-03 06:31:42 +00:00
Marcel Holtmann
632a943277 Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Marcel Holtmann
3b01d3c5e0 Add address change support for Texas Instruments chips 2005-10-10 08:22:59 +00:00
Marcel Holtmann
d577091a36 Show the OUI and include a manual page for the bdaddr utility 2005-09-27 15:19:14 +00:00
Marcel Holtmann
0738cf5e68 Support volatile changes of the BD_ADDR for CSR chips 2005-09-08 00:24:52 +00:00
Marcel Holtmann
033622dcb3 Make the reset optional 2005-09-06 21:51:34 +00:00
Marcel Holtmann
0cc4f1817b Reset the device after changing the address 2005-08-21 14:00:29 +00:00
Marcel Holtmann
1f422e5f2b Fix some GCC 4.0 warnings 2005-07-05 21:15:41 +00:00
Marcel Holtmann
72a919e9b1 Detect hangup in connect mode 2005-05-19 17:06:50 +00:00
Marcel Holtmann
adbb22a47c Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
Marcel Holtmann
e9ded5ddec Support address changing for CSR chips 2005-04-20 16:54:53 +00:00
Marcel Holtmann
41d566d35d Use hci_devinfo() instead of the ioctl() 2005-04-20 13:25:21 +00:00
Marcel Holtmann
828029f202 Flag to activate flow control mode 2005-04-16 15:21:18 +00:00
Marcel Holtmann
77f2ea7f02 Support zero length data sizes 2005-02-10 14:07:09 +00:00
Marcel Holtmann
5481f007aa Don't forget to include getopt.h 2005-01-28 17:24:40 +00:00
Marcel Holtmann
96bbfb2039 Cleanup the socket handling 2005-01-27 20:26:31 +00:00
Marcel Holtmann
d23d9a99e2 Cleanup the socket handling 2005-01-27 20:14:08 +00:00
Marcel Holtmann
9175430040 Another bunch of cleanups 2005-01-27 20:13:19 +00:00
Marcel Holtmann
54c95138ef Typo 2005-01-27 20:08:11 +00:00
Marcel Holtmann
39654da8de More cleanups 2005-01-27 19:59:22 +00:00
Marcel Holtmann
7715ad4f56 Cleanup the socket handling 2005-01-27 18:16:11 +00:00
Marcel Holtmann
d198227a6d Show connection information 2005-01-24 18:33:49 +00:00
Marcel Holtmann
a5fcb1982d Adopt data size from the MTU 2005-01-24 18:26:54 +00:00
Marcel Holtmann
3524d98e35 Only set link mode when needed 2005-01-23 19:46:10 +00:00
Marcel Holtmann
9f859424c4 Update usage information 2005-01-22 04:11:29 +00:00
Marcel Holtmann
0197e2d62c Whitespace cleanups 2005-01-12 20:26:52 +00:00
Marcel Holtmann
14be8b0482 More cleanups 2005-01-11 21:42:38 +00:00
Marcel Holtmann
7477c4f629 Add tool for changing the device address 2005-01-11 13:46:40 +00:00
Marcel Holtmann
3c967ce42a Fix memory leaks and make more functions static 2005-01-11 10:10:34 +00:00
Marcel Holtmann
95cd931b91 Fix typos 2004-12-29 19:32:16 +00:00
Marcel Holtmann
9e6e37723b Update for connection information 2004-12-26 14:10:24 +00:00
Marcel Holtmann
bbda499067 Add memset() to different places to initialize the structures 2004-12-25 17:43:16 +00:00
Marcel Holtmann
52d36be0bf Add parameter for activating secure mode 2004-11-17 08:28:52 +00:00
Marcel Holtmann
b80620ee96 Correct typo in help information 2004-10-29 04:01:48 +00:00
Marcel Holtmann
e4f0eb0611 Add support for setting link mode 2004-10-29 02:49:27 +00:00
Marcel Holtmann
67f9a013ad Fragment SCO payload that is greater than the SCO MTU 2004-08-30 16:04:41 +00:00
Marcel Holtmann
c37be1ab24 Make more parts optional 2004-07-27 13:01:42 +00:00
Marcel Holtmann
15c1cf1ca0 Make use of MAINTAINERCLEANFILES 2004-07-21 15:20:28 +00:00
Marcel Holtmann
43f017c952 Use AM_CFLAGS instead of INCLUDES 2004-07-21 15:05:27 +00:00
Marcel Holtmann
7ac6ede99a Use LIBS instead of LDFLAGS 2004-05-23 10:39:50 +00:00
Marcel Holtmann
b8707600fd Unify copyright and license information 2004-04-28 12:44:32 +00:00
Marcel Holtmann
1d3715db11 Update BlueZ library configuration 2004-04-03 06:04:35 +00:00
Marcel Holtmann
b2d7fd8c8e Fix sequence increment 2004-02-17 18:29:02 +00:00
Marcel Holtmann
693d345b0c Let the headset test tools use 16 bit PCM for input and output 2003-10-07 15:18:55 +00:00
Marcel Holtmann
1f882b1b0f Add new modes that can dump the incoming data 2003-05-29 21:27:00 +00:00
Marcel Holtmann
f655704686 Add LM_RELIABLE option 2003-05-29 12:05:10 +00:00
Max Krasnyansky
982ff3a573 Add support for SO_LINGER option.
Call shutdown() before closing socket and check return value. This is used
with SO_LINGER to check for errors during DCL disconnection.
2003-05-19 21:05:27 +00:00
Max Krasnyansky
893ddcab14 Call shutdown() before closing the socket and check return value.
This is used along with SO_LINGER option to check for errors during
cahnel close.
Minor cleanups.
2003-05-19 21:04:25 +00:00
Max Krasnyansky
79cc4e4e2d Add SO_LINGER support. 2003-05-17 00:45:58 +00:00
Marcel Holtmann
33a6d8d6bc Add support for sending a number of blocks 2003-05-16 07:11:27 +00:00
Marcel Holtmann
499f43343f Remove the voice setting command and fix a big endian problem 2003-03-31 09:54:01 +00:00
Stephen Crane
17990fc431 typo 2003-03-26 14:39:19 +00:00
Stephen Crane
96209b933e fix typo 2003-02-04 15:32:21 +00:00
Marcel Holtmann
7490b6c61b Add Headset Test utility 2002-12-21 15:40:33 +00:00
Max Krasnyansky
d774efc2f8 Use select in dump mode. 2002-10-15 17:44:49 +00:00
Marcel Holtmann
b5edb3c0a9 Move testing programs from tools directory into the test directory 2002-10-14 20:46:47 +00:00