Go to file
Michal Labedzki e8e323e1fb avrcp: Fix response ctype of AbortContinuingResponse
Request ctype of "AbortContinuingResponse" is CONTROL, so response
should be ACCEPTED instead of STABLE. This affect PTS Test Case for
TP/RCR/BV-04-C.
2012-03-13 13:49:49 +02:00
alert Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09:00
attrib gatttool: Add command completion for interactive mode 2012-02-29 20:07:21 -06:00
audio avrcp: Fix response ctype of AbortContinuingResponse 2012-03-13 13:49:49 +02:00
btio btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE 2012-02-02 15:55:07 -08:00
compat dun: Fix using old-style initializers 2012-02-14 14:29:37 +02:00
cups cups: Fix D-Bus reply memory leaks 2011-12-08 12:44:28 +02:00
doc mgmt-api: Add error code descriptions 2012-02-29 19:16:04 -06:00
emulator emulator: Add initial version of new emulator 2012-02-27 10:56:43 -08:00
gdbus gdbus: Fix white space coding style issue 2011-07-09 19:10:04 +03:00
health Fix device address type tracking 2011-12-23 13:00:55 +02:00
input input: Set up uinput device again, if it was previously closed. 2012-03-04 21:07:48 -08:00
lib lib: Update company identifiers 2012-03-06 08:59:58 -08:00
mgmt mgmt: Move string helpers to lib/mgmt.c 2012-03-02 03:17:50 +02:00
monitor monitor: Add support for storing btsnoop formatted logs 2012-03-01 16:57:29 -08:00
network network: Fix clang compiler warnings related to unaligned memory access 2012-02-14 14:32:06 +02:00
plugins mgmtops: Use DBG not error for printing name in read_info_complete 2012-03-05 11:35:08 -08:00
proximity proximity: Fix Proximity API to match documentation 2012-02-09 15:10:18 +02:00
sap SAP: Make PADDING4 macro a bit more robust 2012-03-02 14:38:06 -08:00
sbc sbc: fix "always_inline function might not be inlinable" warning 2012-02-24 18:47:52 +02:00
scripts Fix udev rule for Logitech devices 2011-06-09 13:26:46 +09:00
serial btio: Fix users to not expect a default security level 2012-01-24 16:19:28 +02:00
src Remove not needed total variable in get_ltk_info 2012-03-05 11:34:36 -08:00
test test-discovery: Fix printing non-ASCII characters 2012-03-12 14:05:10 +02:00
thermometer thermometer: Fix re-enabling notification/indication on reconnection 2012-02-16 15:11:56 +02:00
time gatt-service: Add support for 128-bit Bluetooth UUIDs 2012-02-03 10:44:21 -08:00
tools hciattach: Remove some unneeded includes 2012-02-26 18:40:25 -08:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore Add emulator/btvirt to .gitignore 2012-03-06 12:55:43 -08:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 tracer: Remove wrong attempt in building a HCI mointor in userspace 2012-02-20 16:03:42 +01:00
AUTHORS Add Szymon Janc to AUTHORS 2011-10-12 16:53:58 +03:00
bluez.pc.in Improve build system 2007-12-08 21:46:12 +00:00
bootstrap Add --automake option 2006-08-18 19:41:53 +00:00
bootstrap-configure tracer: Remove wrong attempt in building a HCI mointor in userspace 2012-02-20 16:03:42 +01:00
ChangeLog Release 4.99 2012-03-06 09:04:22 -08:00
configure.ac Release 4.99 2012-03-06 09:04:22 -08:00
COPYING Remove new page characters 2008-08-14 22:56:25 +02:00
COPYING.LIB Remove new page characters 2008-08-14 22:56:25 +02:00
INSTALL Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
Makefile.am Update library version 2012-03-06 09:02:51 -08:00
Makefile.tools monitor: Add support for storing btsnoop formatted logs 2012-03-01 16:57:29 -08:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2010-01-01 17:08:17 -08:00
TODO TODO: Remove already implemented mgmt features 2012-01-31 06:43:22 -08:00

BlueZ - Bluetooth protocol stack for Linux
******************************************

Copyright (C) 2000-2001  Qualcomm Incorporated
Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>


Compilation and installation
============================

In order to compile Bluetooth utilities you need following software packages:
	- Linux Bluetooth protocol stack (BlueZ)
	- GCC compiler
	- D-Bus library
	- GLib library
	- USB library (optional)
	- Lexical Analyzer (flex, lex)
	- YACC (yacc, bison, byacc)

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man \
		--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


Information
===========

Mailing lists:
	linux-bluetooth@vger.kernel.org

For additional information about the project visit BlueZ web site:
	http://www.bluez.org