Sebastian Chlad
42744b42ad
build: Add missing test scripts to Makefile.tools
2013-12-16 10:05:41 +02:00
Johan Hedberg
5d09808201
tools: Add smp-tester for automated LE SMP end-to-end tests
2013-11-05 11:38:12 +02:00
Luiz Augusto von Dentz
bff6703d6b
build: Add obexctl command line client
...
obexctl is intended to be a command line client of obexd.
2013-10-15 16:50:13 +03:00
Marcel Holtmann
5ffa809f23
tools: Add simple test utility for L2CAP connectionless channels
2013-10-13 13:17:19 -07:00
Marcel Holtmann
e6e6e84340
emulator: Add support for AMP controller emulation
2013-10-09 11:03:42 -07:00
Marcel Holtmann
6b8ffc30c4
tools: Add test utility for AMP physical connection setup
2013-10-09 10:50:39 -07:00
Marcel Holtmann
1cfb4ba2cf
tools: Add example utility to demonstrate user channel usage
2013-09-03 21:59:45 -07:00
Marcel Holtmann
6c1dfe9b6d
build: Remove all checks for USB library support
2013-08-28 14:15:22 -07:00
Marcel Holtmann
c1f49e301f
build: Remove extra checks for libusb usage of bccmd
2013-08-28 13:21:44 -07:00
Marcel Holtmann
3063f6794a
build: Include btsnoop and PCAP file handling functions
2013-08-25 11:19:05 -07:00
Marcel Holtmann
70b587a855
monitor: Add support for LMP decoding
2013-08-23 20:43:01 -07:00
Marcel Holtmann
c631cd21da
monitor: Add support for decoding link layer packets
2013-08-23 20:35:15 -07:00
Marcel Holtmann
d815cc4adf
tools: Use btsnoop constants in conversion utility
2013-08-23 09:52:49 -07:00
Marcel Holtmann
f8444cbe7a
monitor: Add stub for link layer decoding
2013-08-20 19:56:21 -07:00
Marcel Holtmann
e9d67091bd
monitor: Add stub for handling vendor events
2013-08-20 16:38:48 -07:00
Luiz Augusto von Dentz
ea2e42acca
build: Fix not checking readline.h for bluetooth-player
...
If --disable-client is passed to configure script is possible to build
BlueZ without readline which would cause the following error:
tools/bluetooth-player.c:36:31: fatal error: readline/readline.h: No such file or directory
#include <readline/readline.h>
^
2013-08-20 13:15:49 +03:00
Frédéric Dalleau
5ae69263b7
tools/sco-tester: Add new SCO test tool
2013-08-01 12:54:32 +03:00
Lucas De Marchi
c97860db27
build-sys: Don't build gdbus several times
...
We are currently compiling gdbus 3 times: one for tests, one for
bluetoothd and another for obexd.
$ ls gdbus/*watch.o
gdbus/bluetoothd-watch.o gdbus/obexd-watch.o gdbus/watch.o
Instead of prepending $(gdbus_sources) to several _SOURCES variable, use
a convenience library.
2013-07-18 07:31:50 -07:00
Lucas De Marchi
0585eb43c6
build-sys: Rename lib suffix to -internal
...
libbluetooth-private -> libbluetooth-internal
2013-07-18 07:31:50 -07:00
Luiz Augusto von Dentz
4302478ff6
build: Add bluetooth-player command line client
...
bluetooth-player is intended to control players connected over bluetooth.
2013-06-10 11:06:45 +03:00
Johan Hedberg
dd61a43f45
tools: Add L2CAP end-to-end test tool
2013-05-24 14:30:37 -07:00
Eder Ruiz Maria
6a287262f0
gatttool: Fix issues with printf() and readline prompt
...
Use rl_printf() from bluetoothctl to consistently display messages. This
is specially important for asynchronous callbacks, where using printf()
may mess up the prompt created by readline.
2013-04-17 11:22:00 +03:00
Johan Hedberg
17fff52ab1
tools: btmgmt: Add initial stubs for converting to new mgmt API
2013-02-18 11:32:50 +02:00
Luiz Augusto von Dentz
5ba8bb3a5b
tools: Update mpris-player to register using MPRIS interface
...
In addition fix not supporting new APIs for getting the adapter.
2013-01-10 16:36:03 +02:00
Marcel Holtmann
8309404e1e
tools: Add first GAP test for adapter setup
2013-01-01 17:12:33 -08:00
Marcel Holtmann
b8296ad2f0
tools: Move HCI emulation to shared source area
2013-01-01 12:36:51 -08:00
Marcel Holtmann
7b48adc08a
tools: Add initial set of basic management interface tests
2013-01-01 12:30:05 -08:00
Marcel Holtmann
c18b3db8a7
tools: Add skeleton for management interface tester
2013-01-01 02:24:21 -08:00
Marcel Holtmann
e0e109c245
tools: Add skeleton for GAP testing utility
2012-12-28 00:08:34 -08:00
Marcel Holtmann
8fa10450c8
profiles: Add experimental daemon for Apple's Wireless iAP
2012-12-27 23:57:04 -08:00
Marcel Holtmann
54fa756e52
tools: Add utility for creating hwdb from company identifiers
2012-12-27 23:42:42 -08:00
Marcel Holtmann
833773d091
client: Print UUIDs as human readable strings as well
2012-12-22 19:14:07 -08:00
Johan Hedberg
dab3eafc0e
Revert "build: Remove test-network"
...
This reverts commit 9efcb970ce
.
Conflicts:
Makefile.tools
2012-12-21 09:49:12 +02:00
Marcel Holtmann
aa2cd043ed
test: Remove no longer test-service script
2012-12-20 03:27:44 +01:00
Marcel Holtmann
2935c04e3d
build: Remove support for external OOB plugin
2012-12-20 00:23:53 +01:00
Marcel Holtmann
fc7ae83f91
client: Add helper function for readline async printing
2012-12-18 04:17:45 +01:00
Marcel Holtmann
d9c6566147
emulator: Add support for Bluetooth host abstraction
2012-12-18 01:11:57 +01:00
Marcel Holtmann
e4cd57b450
build: Add support for building hcidump utility
2012-12-18 00:12:10 +01:00
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