Go to file
Marcel Holtmann 5d6b361751 Release 4.22
2008-12-06 00:41:59 +01:00
audio Clean up AT+NREC behavior and API 2008-12-04 14:13:06 +02:00
common Fix possible invalid read. 2008-11-13 14:53:16 -03:00
compat Don't install manual pages for old daemons if not enabled 2008-11-13 10:19:16 +01:00
cups Use correct object path for manager interface 2008-10-31 22:49:33 +01:00
doc Add note about LegacyPairing property reliability 2008-12-04 16:03:29 +02:00
gdbus Don't expect reply when sending D-Bus messages 2008-11-26 14:33:21 +01:00
include Introduce sdp_copy_record. 2008-11-17 14:14:13 -03:00
input Remove deprecated methods and signals from input interface 2008-12-01 19:54:32 +01:00
lib Update library version 2008-11-21 15:48:26 +01:00
network Disallow Network.Disconnect from unauthorized senders. 2008-12-01 16:37:36 -03:00
plugins Remove duplicate (and incorrect) call to adapter_get_address 2008-11-11 17:33:40 +02:00
rfcomm Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
sbc Add more options to SBC encoder and decoder 2008-11-01 00:14:46 +01:00
scripts Update udev rules for udev 098 and newer 2008-10-16 01:38:39 +02:00
serial Disallow Serial.Disconnect from unauthorized senders. 2008-12-01 18:11:38 -03:00
src Remove trailing whitespace 2008-12-06 01:35:41 +02:00
test Add speakergain, microphonegain, play and stop to test-telephony 2008-12-02 13:28:41 +02:00
tools Fix another uninitialized variable 2008-11-30 17:14:57 +01:00
.gitignore Add all binary programs to .gitignore 2008-10-20 00:54:29 +02:00
acinclude.m4 Use dlopen() directly and don't depend on GModule 2008-10-18 19:03:30 +02:00
AUTHORS Mention Christian's contributions 2008-11-01 05:47:03 +01: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.22 2008-12-06 00:41:59 +01:00
configure.ac Release 4.22 2008-12-06 00:41:59 +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 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