Go to file
2009-07-06 10:35:06 -07:00
audio Allow setting the voice mailbox number using an environment variable 2009-07-06 11:31:37 +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 Adding cancel_resolve_name functionality to hciops plugin. 2009-07-02 17:08:48 +03: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 Adding cancel_resolve_name functionality to hciops plugin. 2009-07-02 17:08:48 +03:00
test add test/hciemu.1 manpage 2009-07-06 10:35:06 -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 If available use the udevdir variable as base directory 2009-07-05 10:45:46 -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.43 2009-07-02 15:28:09 -07:00
configure.ac Generate bluetooth.rules with the correct prefix 2009-07-06 10:29:57 -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