Commit Graph

116 Commits

Author SHA1 Message Date
Marcel Holtmann
ed7989e0b3 build: Only compile actually selected binaries 2012-12-15 19:47:02 +01:00
Marcel Holtmann
d8d4b4f0c0 client: Add support for handling agent object registration 2012-12-15 00:20:25 +01:00
Marcel Holtmann
420d1e997e client: Use common header for display functions 2012-12-14 23:25:08 +01:00
Marcel Holtmann
68b42ae96a build: Remove left-overs from previous cleanup 2012-12-13 15:14:39 +01:00
Marcel Holtmann
99c7216ef7 build: Install the client utility if enabled 2012-12-12 23:24:27 +01:00
Marcel Holtmann
710489806b build: Add configure option to disable the monitor utility 2012-12-12 23:19:43 +01:00
Marcel Holtmann
8a05f2b1ac client: Add initial parts for the command line client 2012-12-12 22:57:20 +01:00
Marcel Holtmann
a18a70c898 build: Add support for installing test scripts if requested 2012-12-11 22:28:15 +01:00
Marcel Holtmann
d4a93caffe build: Support building client without tools enabled 2012-12-11 22:19:13 +01:00
Marcel Holtmann
225f6a4257 README: Add descriptions for configure options 2012-12-11 14:09:25 +01:00
Marcel Holtmann
9de5c526eb build: Add skeleton for command line client 2012-12-11 01:33:53 +01:00
Marcel Holtmann
f0830d180a test: Remove outdated agent and gaptest utilities 2012-12-10 23:39:26 +01:00
Vinicius Costa Gomes
dfb0d6b93d build: Fix 'hcitool' and 'bdaddr' compilation
Now with the addition of src/oui.c that depends on udev, these tools
should also be linked against libudev, in case libudev includes the
function udev_hwdb_new().

Build error:
  CCLD     tools/hcitool
  CCLD     tools/sdptool
  CCLD     tools/ciptool
  CCLD     tools/bccmd
src/oui.o: In function `batocomp':
/home/vinicius/work/bluez/src/oui.c:42: undefined reference to `udev_new'
/home/vinicius/work/bluez/src/oui.c:46: undefined reference to `udev_hwdb_new'
/home/vinicius/work/bluez/src/oui.c:50: undefined reference to `udev_hwdb_get_properties_list_entry'
/home/vinicius/work/bluez/src/oui.c:53: undefined reference to `udev_list_entry_get_name'
/home/vinicius/work/bluez/src/oui.c:52: undefined reference to `udev_list_entry_get_next'
/home/vinicius/work/bluez/src/oui.c:61: undefined reference to `udev_hwdb_unref'
/home/vinicius/work/bluez/src/oui.c:64: undefined reference to `udev_unref'
/home/vinicius/work/bluez/src/oui.c:56: undefined reference to `udev_list_entry_get_value'
collect2: error: ld returned 1 exit status
make[1]: *** [tools/hcitool] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2
2012-12-10 22:37:17 +02:00
Marcel Holtmann
cc9e4e7cae build: Update configure option handling 2012-12-10 21:32:51 +01:00
Marcel Holtmann
ffb795a2e7 test: Move mpris-player utility into tools directory 2012-12-09 20:58:24 +01:00
Marcel Holtmann
9f16982880 test: Move btiotest utility into tools directory 2012-12-09 20:54:33 +01:00
Marcel Holtmann
a18bd79ae1 test: Move bdaddr utility into tools directory 2012-12-09 20:47:10 +01:00
Marcel Holtmann
c0fbacceab build: Reorder tools section 2012-12-09 15:10:51 +01:00
Marcel Holtmann
d6ed61a54c test: Remove deprecated hciemu utility 2012-12-09 14:52:45 +01:00
Marcel Holtmann
14f601a805 test: Remove unused lmptest utility 2012-12-09 14:50:32 +01:00
Marcel Holtmann
f517557f57 test: Remove unused sdptest utility 2012-12-09 14:48:48 +01:00
Marcel Holtmann
ab5bedd35e test: Move scotest utility into tools directory 2012-12-09 14:47:43 +01:00
Marcel Holtmann
52e63f4013 test: Move rctest utility into tools directory 2012-12-09 14:44:19 +01:00
Marcel Holtmann
dff1ad9822 test: Move l2test utility into tools directory 2012-12-09 14:37:30 +01:00
Marcel Holtmann
bac2e7e1de test: Move avtest utility into tools directory 2012-12-09 14:30:33 +01:00
Marcel Holtmann
184b7fc867 unit: Add test-textfile to list of unit tests 2012-12-09 13:15:27 +01:00
Marcel Holtmann
68f4f17a7e unit: Convert uuidtest utility into a real unit test 2012-12-09 12:46:11 +01:00
Marcel Holtmann
27c68b2d98 build: Move all programs to be installed into bin directory 2012-12-09 11:03:46 +01:00
Marcel Holtmann
ea4cc8f50a build: Remove unused hstest utility 2012-12-09 10:49:00 +01:00
Marcel Holtmann
f567de9a03 build: Remove unused attest utility 2012-12-09 10:44:04 +01:00
Marcel Holtmann
c45b8edf38 build: Enable bccmd utility when tools are enabled 2012-12-09 10:17:57 +01:00
Marcel Holtmann
0613f64410 tools: Remove dfutool utility
This tool got replaced with dfu-util from http://dfu-util.gnumonks.org/
2012-12-09 00:50:54 +01:00
Vinicius Costa Gomes
0e66694d8d build: Fix 'make distcheck'
The test script of the cycling speed profile should be
'test-cyclingspeed' instead of 'test-cycling'.
2012-12-07 09:56:15 +02:00
Mikel Astiz
6e5459128b test: Add utility library for python scripts
Several convenience functions/features will be removed from BlueZ's
D-Bus API, and therefore a utility library is required to avoid
boilerplate code in the test scripts.
2012-12-05 16:39:26 +02:00
Andrzej Kaczmarek
38fbdeac89 test: Add cyclingspeed test script 2012-12-05 10:14:43 +02:00
Marcel Holtmann
855f220dae build: Add gobex sources and tools 2012-12-04 22:22:27 +01:00
Luiz Augusto von Dentz
9efcb970ce build: Remove test-network
test-network is no longer needed since Network interface does not have
Connect/Disconnect methods anymore and similar functionality is already
provided by test-device.
2012-11-26 17:41:35 +02:00
Luiz Augusto von Dentz
d6aace74c6 build: Remove test-input
test-audio is no longer needed since the Input interface is now removed
and similar functionality is already provided by test-device.
2012-11-26 17:41:35 +02:00
Luiz Augusto von Dentz
bdf0af3b2e build: Remove test-audio
test-audio is no longer needed since the Audio interface is now removed
and similar functionality is already provided by test-device.
2012-11-26 17:41:34 +02:00
Marcel Holtmann
50e9f0dcbb monitor: Add basic attribute UUID decoding 2012-11-20 16:12:51 +01:00
Johan Hedberg
2e82b4bc2f test: Add simple HFP test script 2012-11-19 20:53:58 +02:00
Marcel Holtmann
793cc67596 monitor: Add basic decoding for SDP transactions 2012-11-17 01:52:12 +09:00
Luiz Augusto von Dentz
88f597d329 test: Remove test-telephony
This API is now gone so there is no reason to keep this around
2012-11-14 15:10:07 +02:00
Marcel Holtmann
2a7af79ba0 build: Remove unused ppporc utility 2012-11-09 10:31:28 +01:00
Marcel Holtmann
aabb7b93d8 build: Remove unused dfubabel utility 2012-11-09 10:19:44 +01:00
Marcel Holtmann
4db071a155 build: Remove unused avctrl utility 2012-11-09 10:11:14 +01:00
Marcel Holtmann
f2ddf39023 tools: Add simple btattach utility 2012-11-07 10:51:01 +01:00
Marcel Holtmann
d67a5c26b1 tools: Add tool for merging multiple btsnoop traces into one 2012-11-04 21:50:46 +01:00
Marcel Holtmann
9cb9157964 monitor: Use global file for display settings 2012-11-04 10:16:30 +01:00
Marcel Holtmann
c9d51f571a monitor: Add simple L2CAP packet framing 2012-11-03 10:25:03 +01:00