Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-13 | tools: Add Bluemoon configuration utility | Marcel Holtmann | 1 | -1/+8 | |
2014-01-12 | tools: Add skeleton for HCI controller testing | Marcel Holtmann | 1 | -1/+9 | |
2014-01-12 | build: Include shared mainloop IO handling for btinfo and 3dsp | Marcel Holtmann | 1 | -6/+8 | |
2014-01-12 | shared: Use queue for handling hciemu post command hooks | Marcel Holtmann | 1 | -0/+2 | |
2014-01-12 | tools: Remove GLib mainloop requirement from btmgmt utility | Marcel Holtmann | 1 | -1/+2 | |
2014-01-11 | tools: Add firmware conversion utility | Marcel Holtmann | 1 | -1/+3 | |
2014-01-08 | shared: Add skeleton for generic IO framework | Marcel Holtmann | 1 | -0/+5 | |
2014-01-08 | shared: Use internal queue handling for mgmt interface | Marcel Holtmann | 1 | -0/+5 | |
2014-01-06 | monitor: Add initial support for analyzing btsnoop traces | Marcel Holtmann | 1 | -1/+4 | |
2014-01-03 | monitor: Add support for Ellisys HCI Injection | Marcel Holtmann | 1 | -0/+1 | |
2014-01-01 | tools: Use shared HCI code for information tool | Marcel Holtmann | 1 | -1/+5 | |
2013-12-31 | tools: Add support for proxying Qualcomm SMD based channels | Marcel Holtmann | 1 | -1/+2 | |
2013-12-30 | tools: Add utility for proxying/forwarding HCI controllers | Marcel Holtmann | 1 | -2/+5 | |
2013-12-28 | emulator: Add simple standalone single mode LE device | Marcel Holtmann | 1 | -1/+2 | |
2013-12-27 | build: Fix accidental include of missing files | Marcel Holtmann | 1 | -2/+1 | |
2013-12-27 | tools: Add utility for testing 3D Sync Profile | Marcel Holtmann | 1 | -2/+9 | |
2013-12-23 | monitor: Decode vendor and product information from Device ID | Marcel Holtmann | 1 | -4/+5 | |
2013-12-16 | build: Add missing test scripts to Makefile.tools | Sebastian Chlad | 1 | -1/+2 | |
2013-11-05 | tools: Add smp-tester for automated LE SMP end-to-end tests | Johan Hedberg | 1 | -1/+11 | |
2013-10-15 | build: Add obexctl command line client | Luiz Augusto von Dentz | 1 | -1/+6 | |
obexctl is intended to be a command line client of obexd. | |||||
2013-10-13 | tools: Add simple test utility for L2CAP connectionless channels | Marcel Holtmann | 1 | -1/+5 | |
2013-10-09 | emulator: Add support for AMP controller emulation | Marcel Holtmann | 1 | -1/+2 | |
2013-10-09 | tools: Add test utility for AMP physical connection setup | Marcel Holtmann | 1 | -3/+6 | |
2013-09-03 | tools: Add example utility to demonstrate user channel usage | Marcel Holtmann | 1 | -2/+4 | |
2013-08-28 | build: Remove all checks for USB library support | Marcel Holtmann | 1 | -1/+1 | |
2013-08-28 | build: Remove extra checks for libusb usage of bccmd | Marcel Holtmann | 1 | -6/+2 | |
2013-08-25 | build: Include btsnoop and PCAP file handling functions | Marcel Holtmann | 1 | -1/+3 | |
2013-08-23 | monitor: Add support for LMP decoding | Marcel Holtmann | 1 | -0/+1 | |
2013-08-23 | monitor: Add support for decoding link layer packets | Marcel Holtmann | 1 | -0/+1 | |
2013-08-23 | tools: Use btsnoop constants in conversion utility | Marcel Holtmann | 1 | -0/+2 | |
2013-08-20 | monitor: Add stub for link layer decoding | Marcel Holtmann | 1 | -1/+2 | |
2013-08-20 | monitor: Add stub for handling vendor events | Marcel Holtmann | 1 | -0/+1 | |
2013-08-20 | build: Fix not checking readline.h for bluetooth-player | Luiz Augusto von Dentz | 1 | -8/+8 | |
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-01 | tools/sco-tester: Add new SCO test tool | Frédéric Dalleau | 1 | -1/+10 | |
2013-07-18 | build-sys: Don't build gdbus several times | Lucas De Marchi | 1 | -14/+15 | |
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 | build-sys: Rename lib suffix to -internal | Lucas De Marchi | 1 | -26/+26 | |
libbluetooth-private -> libbluetooth-internal | |||||
2013-06-10 | build: Add bluetooth-player command line client | Luiz Augusto von Dentz | 1 | -1/+6 | |
bluetooth-player is intended to control players connected over bluetooth. | |||||
2013-05-24 | tools: Add L2CAP end-to-end test tool | Johan Hedberg | 1 | -1/+12 | |
2013-04-17 | gatttool: Fix issues with printf() and readline prompt | Eder Ruiz Maria | 1 | -1/+2 | |
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-02-18 | tools: btmgmt: Add initial stubs for converting to new mgmt API | Johan Hedberg | 1 | -1/+3 | |
2013-01-10 | tools: Update mpris-player to register using MPRIS interface | Luiz Augusto von Dentz | 1 | -0/+1 | |
In addition fix not supporting new APIs for getting the adapter. | |||||
2013-01-01 | tools: Add first GAP test for adapter setup | Marcel Holtmann | 1 | -1/+2 | |
2013-01-01 | tools: Move HCI emulation to shared source area | Marcel Holtmann | 1 | -7/+5 | |
2013-01-01 | tools: Add initial set of basic management interface tests | Marcel Holtmann | 1 | -1/+1 | |
2013-01-01 | tools: Add skeleton for management interface tester | Marcel Holtmann | 1 | -1/+12 | |
2012-12-28 | tools: Add skeleton for GAP testing utility | Marcel Holtmann | 1 | -1/+9 | |
2012-12-27 | profiles: Add experimental daemon for Apple's Wireless iAP | Marcel Holtmann | 1 | -0/+7 | |
2012-12-27 | tools: Add utility for creating hwdb from company identifiers | Marcel Holtmann | 1 | -1/+3 | |
2012-12-22 | client: Print UUIDs as human readable strings as well | Marcel Holtmann | 1 | -1/+2 | |
2012-12-21 | Revert "build: Remove test-network" | Johan Hedberg | 1 | -1/+1 | |
This reverts commit 9efcb970ce023f9bedbe8160be0226fd14367878. Conflicts: Makefile.tools |