Go to file
Johan Hedberg 9722cf5f77 Make headset connecting state consistent with the rest of the interfaces
Audio, AudioSink, AudioSource and Control interfaces use "connecting"
instead of "connect in progress" so make the Headset interface consistent
with that.
2009-09-02 12:24:23 +03:00
audio Make headset connecting state consistent with the rest of the interfaces 2009-09-02 12:24:23 +03:00
compat Fix missing call to closedir 2009-08-25 23:49:58 -07:00
cups Make discovery mode work with CUPS 1.4.x 2009-08-30 09:26:56 -07:00
doc Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
gdbus Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
input Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
lib Add FCS field to L2CAP options 2009-08-30 11:01:13 -07:00
network Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
plugins Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
sbc Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
scripts Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
serial Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
src Move common files into src directory 2009-08-28 22:24:04 -07:00
test Add utility for basic AVDTP testing 2009-08-31 12:01:56 -07:00
tools Move rfcomm utility into tools directory 2009-08-29 22:09:10 -07:00
.gitignore Move rfcomm utility into tools directory 2009-08-29 22:09:10 -07:00
acinclude.m4 Switch to a full non-recursive build system 2009-08-23 00:40:59 -07: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 Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
ChangeLog Release 4.50 2009-08-24 15:26:53 -07:00
configure.ac Release 4.50 2009-08-24 15:26:53 -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 Restrict exported symbols of Bluetooth daemon 2009-08-28 23:08:34 -07:00
Makefile.tools Move rfcomm utility into tools directory 2009-08-29 22:09:10 -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