Go to file
Paul Fertser 42d950cabe Improve network API documentation
Add information about ways of specifying UUIDs and about
disconnect conditions.
2009-08-12 14:56:25 -07:00
audio Fix checking records returned by bt_search_service on headset.c. 2009-08-12 00:32:52 +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 another possible array out of bounds. 2009-07-22 22:05:38 +03:00
cups Actually read the CreateDevice reply 2009-08-11 15:31:28 -07:00
doc Improve network API documentation 2009-08-12 14:56:25 -07:00
gdbus Use NameHasOwner instead of ListNames for name checking 2009-08-08 20:22:40 +03:00
include Introduce sdp_uuid_cmp to sdp_lib.h. 2009-08-12 00:31:29 +03:00
input Make all major plugins builtin to simplify debugging 2009-08-09 14:35:39 -07:00
lib Introduce sdp_uuid_cmp to sdp_lib.h. 2009-08-12 00:31:29 +03:00
network Make all major plugins builtin to simplify debugging 2009-08-09 14:35:39 -07:00
plugins Build the builtin plugins along with the daemon 2009-08-09 14:05:57 -07:00
rfcomm Fix rfcomm listen usleep timeout 2009-07-10 20:58:02 +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 Make all major plugins builtin to simplify debugging 2009-08-09 14:35:39 -07:00
src Allow lp (CUPS) to talk to bluetoothd 2009-08-11 15:12:58 -07:00
test Fix possible array out of bounds. 2009-07-21 17:11:13 -03:00
tools Remove unused variables left by previous patch 2009-08-06 14:10:01 -07:00
.gitignore Build the builtin plugins along with the daemon 2009-08-09 14:05:57 -07:00
acinclude.m4 Fix variable typo 2009-07-15 18:15:49 +02:00
AUTHORS Mention Filippo's contributions 2009-06-30 06:41:32 -07: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.47 2009-08-01 15:32:22 -07:00
configure.ac Release 4.47 2009-08-01 15:32:22 -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 Remove really outdated M4 file 2009-08-10 14:26:29 -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