aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tools
AgeCommit message (Collapse)Author
2011-05-02Move hid2hci to /lib/udevKay Sievers
2011-04-28Update hid2hci tool from udev codebaseKay Sievers
2011-04-14Add test/test-oob for testing Out Of Band pairingSzymon Janc
This test utilizes D-Bus Out Of Band API so bluetoothd must be compiled with dbusoob plugin.
2011-04-01Remove unused files from gatttool compilationBruna Moreira
2011-04-01Remove deprecated attrib pluginBruna Moreira
The attrib plugin is deprecated and it is not used anymore. Remove it and all related configuration. Note that GATT utility (gatttool) configuration item was moved to Makefile.tools and it is compiled when --enable-tools is used in configure.
2011-03-25Sim Access Profile test scriptsWaldemar Rymarkiewicz
Add simple SAP client python implementation and a test script. To run test-sap-server you need Python 2.6 or newer (tested with 2.6 only) and PyBluez package installed.
2011-03-15Add "unit test" for new UUID functionsElvis Pfützenreuter
2011-02-04rename: tools/main.c to tools/rfcomm.cGustavo F. Padovan
2010-11-11Fix test-attrib not being listed in EXTRA_DISTLuiz Augusto von Dentz
2010-10-27build: Fix parallel buildBastien Nocera
Fix parallel build where parser.h won't have been generated when we're trying to compile kword itself. YACC tools/parser.c LEX tools/lexer.c conflicts: 3 shift/reduce CC tools/kword.o tools/kword.c:36:20: fatal error: parser.h: No such file or directory compilation terminated.
2010-09-15Include simple-endpoint in the EXTRA_DISTLuiz Augusto von Dentz
2010-09-13btio: Seperate btio.[ch] into btio directoryZhenhua Zhang
Seperate btio.[ch] from src directory to btio sub-folder.
2010-08-23Firmware download for Qualcomm Bluetooth devicesMatthew Wilson
Configures device address from hciattach parameter. UART speed limited to 115200. Requires separate device specific firmware.
2010-08-18Add host level support for Atheros AR300x deviceSuraj Sumangala
This patch implements support for the Atheros AR300x Bluetooth chip in hciattach. It supports configuration download and power management configure feature.
2010-05-21Add manual log to hcitraceGustavo F. Padovan
Remove the BlueZ log scheme from hcitrace to avoid intersection with the new BlueZ dynamic debug.
2009-12-24Add skeleton for HCI tracing daemonMarcel Holtmann
2009-11-19Add test scripts for input and audioJohan Hedberg
2009-08-29Move rfcomm utility into tools directoryMarcel Holtmann
2009-08-28Rename textfile test programMarcel Holtmann
2009-08-28Move IPC test program to test directoryMarcel Holtmann
2009-08-28Move common files into src directoryMarcel Holtmann
2009-08-24Don't install dfubabel and avctrl manual pagesMarcel Holtmann
2009-08-24All manual pages need a special EXTRA_DIST statementMarcel Holtmann
2009-08-23Add forgotten tools back to the build systemMarcel Holtmann
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann