Go to file
2008-09-05 16:08:31 -03:00
audio Audio: Missing DBusConnection unref 2008-09-05 16:08:30 -03:00
common Move responsibility of freeint the record list to the correct place 2008-09-05 17:59:44 +03:00
compat Don't use VERSION in a string literal 2008-08-15 00:06:07 +02:00
cups Emulate libgdbus API for mainloop integration 2008-05-08 19:39:12 +00:00
doc Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery and fix logic around Discovering property to reflect when the base band is busy. 2008-09-04 10:05:58 -03:00
gdbus Remove g_dbus_unregister_all_interfaces function 2008-07-31 02:18:48 +02:00
include Remove L2CAP and RFCOMM timeout constants 2008-08-06 04:41:20 +02:00
input Input: Minor cleanup 2008-09-05 16:08:31 -03:00
lib Some minor coding style fixes 2008-08-06 04:36:30 +02:00
network Network: missing unregister adapter drivers 2008-09-05 16:08:30 -03:00
plugins Make RequestAuthorization always return a positive reply for now 2008-09-05 16:12:21 +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 Serial: Missing DBusConnection unref 2008-09-05 16:08:30 -03:00
src Fix problem which prevents drivers from being probed. 2008-09-05 15:37:54 -03:00
test Move test scripts into test directory 2008-09-01 22:34:04 +02:00
tools Allow specifying of reason for the disconnect 2008-08-27 14:47:31 +02: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 Glenns contributions 2008-06-24 00:27:16 +00: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 infrastructure for gtk-doc support 2008-08-14 22:59:09 +02:00
ChangeLog Merge old change logs into one global one 2008-09-01 23:25:11 +02:00
configure.ac Release 4.2 2008-08-29 18:02:52 +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 GLib requirement and that USB library is optional 2008-08-05 23:38: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:
	bluez-users@lists.sf.net - BlueZ general questions and discussions
	bluez-devel@lists.sf.net - BlueZ development 

For additional information about the project visit BlueZ web site:
	http://www.bluez.org