summaryrefslogtreecommitdiff
path: root/Makefile.tools
AgeCommit message (Collapse)AuthorFilesLines
2014-01-13tools: Add Bluemoon configuration utilityMarcel Holtmann1-1/+8
2014-01-12tools: Add skeleton for HCI controller testingMarcel Holtmann1-1/+9
2014-01-12build: Include shared mainloop IO handling for btinfo and 3dspMarcel Holtmann1-6/+8
2014-01-12shared: Use queue for handling hciemu post command hooksMarcel Holtmann1-0/+2
2014-01-12tools: Remove GLib mainloop requirement from btmgmt utilityMarcel Holtmann1-1/+2
2014-01-11tools: Add firmware conversion utilityMarcel Holtmann1-1/+3
2014-01-08shared: Add skeleton for generic IO frameworkMarcel Holtmann1-0/+5
2014-01-08shared: Use internal queue handling for mgmt interfaceMarcel Holtmann1-0/+5
2014-01-06monitor: Add initial support for analyzing btsnoop tracesMarcel Holtmann1-1/+4
2014-01-03monitor: Add support for Ellisys HCI InjectionMarcel Holtmann1-0/+1
2014-01-01tools: Use shared HCI code for information toolMarcel Holtmann1-1/+5
2013-12-31tools: Add support for proxying Qualcomm SMD based channelsMarcel Holtmann1-1/+2
2013-12-30tools: Add utility for proxying/forwarding HCI controllersMarcel Holtmann1-2/+5
2013-12-28emulator: Add simple standalone single mode LE deviceMarcel Holtmann1-1/+2
2013-12-27build: Fix accidental include of missing filesMarcel Holtmann1-2/+1
2013-12-27tools: Add utility for testing 3D Sync ProfileMarcel Holtmann1-2/+9
2013-12-23monitor: Decode vendor and product information from Device IDMarcel Holtmann1-4/+5
2013-12-16build: Add missing test scripts to Makefile.toolsSebastian Chlad1-1/+2
2013-11-05tools: Add smp-tester for automated LE SMP end-to-end testsJohan Hedberg1-1/+11
2013-10-15build: Add obexctl command line clientLuiz Augusto von Dentz1-1/+6
obexctl is intended to be a command line client of obexd.
2013-10-13tools: Add simple test utility for L2CAP connectionless channelsMarcel Holtmann1-1/+5
2013-10-09emulator: Add support for AMP controller emulationMarcel Holtmann1-1/+2
2013-10-09tools: Add test utility for AMP physical connection setupMarcel Holtmann1-3/+6
2013-09-03tools: Add example utility to demonstrate user channel usageMarcel Holtmann1-2/+4
2013-08-28build: Remove all checks for USB library supportMarcel Holtmann1-1/+1
2013-08-28build: Remove extra checks for libusb usage of bccmdMarcel Holtmann1-6/+2
2013-08-25build: Include btsnoop and PCAP file handling functionsMarcel Holtmann1-1/+3
2013-08-23monitor: Add support for LMP decodingMarcel Holtmann1-0/+1
2013-08-23monitor: Add support for decoding link layer packetsMarcel Holtmann1-0/+1
2013-08-23tools: Use btsnoop constants in conversion utilityMarcel Holtmann1-0/+2
2013-08-20monitor: Add stub for link layer decodingMarcel Holtmann1-1/+2
2013-08-20monitor: Add stub for handling vendor eventsMarcel Holtmann1-0/+1
2013-08-20build: Fix not checking readline.h for bluetooth-playerLuiz Augusto von Dentz1-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-01tools/sco-tester: Add new SCO test toolFrédéric Dalleau1-1/+10
2013-07-18build-sys: Don't build gdbus several timesLucas De Marchi1-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-18build-sys: Rename lib suffix to -internalLucas De Marchi1-26/+26
libbluetooth-private -> libbluetooth-internal
2013-06-10build: Add bluetooth-player command line clientLuiz Augusto von Dentz1-1/+6
bluetooth-player is intended to control players connected over bluetooth.
2013-05-24tools: Add L2CAP end-to-end test toolJohan Hedberg1-1/+12
2013-04-17gatttool: Fix issues with printf() and readline promptEder Ruiz Maria1-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-18tools: btmgmt: Add initial stubs for converting to new mgmt APIJohan Hedberg1-1/+3
2013-01-10tools: Update mpris-player to register using MPRIS interfaceLuiz Augusto von Dentz1-0/+1
In addition fix not supporting new APIs for getting the adapter.
2013-01-01tools: Add first GAP test for adapter setupMarcel Holtmann1-1/+2
2013-01-01tools: Move HCI emulation to shared source areaMarcel Holtmann1-7/+5
2013-01-01tools: Add initial set of basic management interface testsMarcel Holtmann1-1/+1
2013-01-01tools: Add skeleton for management interface testerMarcel Holtmann1-1/+12
2012-12-28tools: Add skeleton for GAP testing utilityMarcel Holtmann1-1/+9
2012-12-27profiles: Add experimental daemon for Apple's Wireless iAPMarcel Holtmann1-0/+7
2012-12-27tools: Add utility for creating hwdb from company identifiersMarcel Holtmann1-1/+3
2012-12-22client: Print UUIDs as human readable strings as wellMarcel Holtmann1-1/+2
2012-12-21Revert "build: Remove test-network"Johan Hedberg1-1/+1
This reverts commit 9efcb970ce023f9bedbe8160be0226fd14367878. Conflicts: Makefile.tools