Go to file
2012-11-09 16:52:48 +02:00
attrib gattrib: Add support for listening for events for specific handles 2012-10-11 08:55:50 +02:00
audio audio: Remove GStreamer plugin 2012-11-09 09:49:28 +01:00
btio btio: Remove BT_IO_L2ERTM 2012-08-29 09:03:39 -07:00
doc core: Add fd_properties parameter to Profile.NewConnection 2012-11-09 16:52:48 +02:00
emulator emulator: Add sniffer channel to b1ee utility 2012-11-09 09:16:55 +01:00
gdbus gdbus: Remove connection from pending_property functions 2012-10-19 10:33:20 +03:00
lib mgmt: Remove peripheral setting 2012-11-09 16:52:48 +02:00
monitor mgmt: Remove peripheral setting 2012-11-09 16:52:48 +02:00
plugins dbusoob: Set device name in device object 2012-10-31 11:04:55 +02:00
profiles proximity: Enable reconnection in Proximity monitor 2012-11-05 10:28:15 +02:00
scripts udev: remove udev activation of the blutooth daemon 2012-05-08 13:17:15 -07:00
src core: Add support for custom Profile.NewConnection properties 2012-11-09 16:52:48 +02:00
test core: Add fd_properties parameter to Profile.NewConnection 2012-11-09 16:52:48 +02:00
tools mgmt: Remove peripheral setting 2012-11-09 16:52:48 +02:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore build: Remove unused ppporc utility 2012-11-09 10:31:28 +01:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 build: Remove option to build SBC support 2012-11-09 09:57:08 +01:00
AUTHORS AUTHORS: Add missing people 2012-10-05 19:15:05 +02: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 Add initial neard plugin implementation 2012-10-03 22:44:51 +03:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac build: Remove option to build SBC support 2012-11-09 09:57:08 +01: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 build: Remove SBC source files 2012-11-09 10:03:22 +01:00
Makefile.tools build: Remove unused ppporc utility 2012-11-09 10:31:28 +01: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: Update BlueZ 5 section to match current status 2012-11-09 16:52:48 +02: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