Go to file
Bastien Nocera a6e265bcd6 Port CUPS discovery to BlueZ 4.x
Adapt CUPS printer discovery to the BlueZ 4.x API.
2009-03-13 15:12:00 -03:00
audio Make use of size_t and ssize_t when possible 2009-03-12 16:15:06 -03:00
client Add directory for client application 2008-12-29 16:28:25 +01:00
common Don't truncate strings with embedded NULLs 2009-03-13 15:08:36 -03: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 Port CUPS discovery to BlueZ 4.x 2009-03-13 15:12:00 -03:00
doc Add note about LegacyPairing property reliability 2008-12-04 16:03:29 +02:00
gdbus Check that interface name is provided 2009-02-28 22:42:10 +01:00
include Add CID field to L2CAP socket address structure 2009-02-12 05:21:48 +01:00
input Fix strncpy length parameters to avoid non-nul-terminated strings 2009-02-25 17:48:40 +02:00
lib Fix sdp_copy_record truncating strings with NULLs 2009-03-13 15:07:44 -03:00
network Fix network regression which caused disconnections. 2009-03-12 11:55:16 -03:00
plugins Update copyright information 2009-01-01 19:33:20 +01:00
rfcomm Update copyright information 2009-01-01 19:33:20 +01:00
sbc Fix a couple of other places that should use size_t and ssize_t 2009-03-12 16:33:14 -03:00
scripts Update udev rules for udev 098 and newer 2008-10-16 01:38:39 +02:00
serial Remove unused function 2009-02-25 18:45:59 +02:00
src Make use of size_t and ssize_t when possible 2009-03-12 16:15:06 -03:00
test Add skeleton for avtest application 2009-02-27 08:20:53 +01:00
tools Make use of size_t and ssize_t when possible 2009-03-12 16:15:06 -03:00
.gitignore Add skeleton for avtest application 2009-02-27 08:20:53 +01:00
acinclude.m4 Fix mostly every warning caused by -Wsign-compare 2009-01-29 17:58:28 +01:00
AUTHORS Mention Marc-Andre's contributions 2009-02-17 22:51:13 +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.32 2009-03-02 03:52:23 +01:00
configure.ac Release 4.32 2009-03-02 03:52:23 +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 Add directory for client application 2008-12-29 16:28:25 +01: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