Go to file
2009-07-07 11:28:33 -07:00
audio Fix inband ring setting to be per-headset 2009-07-07 16:10:16 +03:00
client Add directory for client application 2008-12-29 16:28:25 +01:00
common Set ctxt->session to NULL after calling sdp_close on it 2009-06-08 11:03:32 +07:00
compat Fix a couple of other places that should use size_t and ssize_t 2009-03-12 16:33:14 -03:00
cups Less errors from the cups backend 2009-06-27 12:25:57 +02:00
doc Fix another small typo 2009-06-19 11:54:37 +02:00
gdbus Make the parent path invalidateable 2009-05-11 11:50:18 -07:00
include Add constants for Enhanced Retransmission and Streaming modes 2009-05-02 22:21:00 -07:00
input Make input plugin to use adapter references. 2009-05-27 11:25:25 -03:00
lib Update library version 2009-05-19 11:14:12 -07:00
network Make network plugin to use adapter references. 2009-05-27 11:25:25 -03:00
plugins Revert "Fix hciops compilation error" 2009-07-07 11:28:33 -07:00
rfcomm remove trailing whitespaces in manpages 2009-06-30 16:27:55 +03:00
sbc sbc: added saturated clipping of decoder output to 16-bit 2009-04-17 19:00:24 +02:00
scripts Generate bluetooth.rules with the correct prefix 2009-07-06 10:29:57 -07:00
serial Fix whitespace issue 2009-06-30 16:18:05 +03:00
src Fix double-free 2009-07-07 10:50:38 +03:00
test include test/hciemu.1 into man_MANS and EXTRA_DIST 2009-07-06 10:35:14 -07:00
tools Fix fallout from l2ping manual page rename 2009-07-05 09:44:29 -07:00
.gitignore Generate bluetooth.rules with the correct prefix 2009-07-06 10:29:57 -07:00
acinclude.m4 fix UDEV_DATADIR fallback if pkg-config fails 2009-07-07 10:17:45 -07:00
AUTHORS Mention Filippo's contributions 2009-06-30 06:41:32 -07:00
bluez.m4 Big cleanup of CVS relics 2005-10-29 19:25:42 +00: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 Use a udev rule to start bluetoothd on demand 2009-06-30 07:30:16 -07:00
ChangeLog Release 4.44 2009-07-06 14:03:15 -07:00
configure.ac make sure that PKG_CONFIG macros are defined 2009-07-07 10:19:15 -07: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 Generate bluetooth.rules with the correct prefix 2009-07-06 10:29:57 -07:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2009-01-01 19:33:20 +01: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-2009  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