Go to file
2008-09-13 20:13:30 -07:00
audio Fix info calls that really should be debug instead 2008-09-11 21:28:14 +03:00
common Pass Bluetooth address instead of handle for async encryption func 2008-09-12 20:34:43 -03:00
compat Don't use VERSION in a string literal 2008-08-15 00:06:07 +02:00
cups Add temporary fix for the CUPS compile issue 2008-09-06 18:55:26 +02:00
doc Rename Source and Sink to AudioSource and AudioSink 2008-09-08 11:40:32 +03:00
gdbus Implement support g_dbus_create_error_valist 2008-09-11 14:33:31 +03:00
include Remove L2CAP and RFCOMM timeout constants 2008-08-06 04:41:20 +02:00
input fix fake hid detection by looking up pnp info 2008-09-13 20:13:30 -07:00
lib Increases the size of the sdp pdu buffer and adds a sanity check for it 2008-09-10 19:32:41 -03:00
network Cancels the pending request from agent side when receiving a NoReply 2008-09-09 19:47:14 -03:00
plugins Now the record list is managed on a per adapter basis 2008-09-09 19:47:14 -03:00
rfcomm Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
sbc Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
scripts Remove references to hcid.conf 2008-08-28 17:42:44 +03:00
serial Redefining device_get_address to take bdaddr_t as parameter. 2008-09-08 17:55:14 +05:30
src store pnp info when we receive a pnp record 2008-09-13 20:13:08 -07:00
test Update test-discovery. 2008-09-09 18:10:54 -03:00
tools Add -i option to avinfo. 2008-09-08 17:12:02 -03:00
.gitignore Add generated telephony driver source 2008-09-01 22:32:24 +02:00
acinclude.m4 Make methods related to external services into service plugin. 2008-09-02 19:17:55 -03:00
AUTHORS Mention David's contributions 2008-09-13 06:26:32 +02: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 Add temporary fix for the CUPS compile issue 2008-09-06 18:55:26 +02:00
ChangeLog Release 4.5 2008-09-12 09:49:20 +02:00
configure.ac Release 4.5 2008-09-12 09:49:20 +02: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 Don't install bluez.m4 anymore 2008-09-01 22:41:23 +02:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Mention the new mailing list 2008-09-11 19:58:26 +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-2008  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