Go to file
2012-07-10 11:12:53 -03:00
attrib gatt: add Report Reference descriptor UUID 2012-07-09 10:58:04 -03:00
audio AVRCP: Register AVRCP before MEDIA interface 2012-07-05 12:50:50 +03:00
btio btio: Add address type in bt_io_connect 2012-04-25 12:58:48 +03:00
doc serial: remove the whole serial code 2012-07-10 11:12:53 -03:00
emulator emulator: Add initial version of new emulator 2012-02-27 10:56:43 -08:00
gdbus gdbus: Fix removal of filter after last filter_data 2012-06-28 10:37:42 +03:00
health health: Move UUID string definition to lib 2012-06-02 09:07:45 +08:00
input input: remove unneeded header inclusions 2012-07-09 14:30:55 -03:00
lib lib: Add headers for AMP ASSOC data 2012-06-28 16:14:40 +03:00
mgmt btmgmt: Fix use after free in mgmt_check_pending 2012-06-07 23:34:45 +08:00
monitor monitor: Fix optstring to parse -b parameter 2012-06-28 10:36:08 +03:00
network network: fix network Connect() method parameters 2012-07-02 11:09:20 +03:00
plugins Move mgmtops to the core daemon 2012-07-10 10:34:08 -03:00
profiles cups: move it to profiles folder 2012-07-10 08:19:16 -03:00
proximity proximity: Reduce array size for Tx Power Level 2012-06-27 15:49:18 +03:00
sap sap-dummy: Fix initialization if multiple adapters are present 2012-07-02 13:48:05 +03:00
sbc Fix spelling errors 2012-04-04 13:03:54 +03:00
scripts udev: remove udev activation of the blutooth daemon 2012-05-08 13:17:15 -07:00
src Move mgmtops to the core daemon 2012-07-10 10:34:08 -03:00
test headset: remove deprecated D-Bus methods 2012-07-05 11:14:38 +03:00
time time: Add Reference Time Update Service 2012-07-05 11:07:33 +03:00
tools hciattach: fix return length after reading the patch file 2012-07-04 15:39:54 +03:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore test: Fix test-sap-server import issue 2012-07-02 14:13:43 +03:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 serial: remove the whole serial code 2012-07-10 11:12:53 -03:00
AUTHORS Add Syam's email address 2012-04-13 12:45:20 +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 remove compat daemons 2012-07-04 15:04:36 +03:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac audio: Remove ALSA support 2012-07-02 13:13:43 +03: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 serial: remove the whole serial code 2012-07-10 11:12:53 -03:00
Makefile.tools cups: move it to profiles folder 2012-07-10 08:19:16 -03: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: Mark mgmtops move as done 2012-07-10 10:41:02 -03: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