Go to file
2008-03-22 15:37:36 +00:00
audio headset_config_init should be called even if HFP isn't enabled (e.g. to get the SCORouting setting) 2008-03-12 14:34:13 +00:00
common Make the external service register function asynchron 2008-03-22 14:20:47 +00:00
cups Add CLASS support and retry on unavailable printers 2008-03-14 14:21:01 +00:00
daemon Add records based on the adapter address 2008-03-20 20:10:49 +00:00
doc Add methods for dealing with service record registration 2008-03-15 00:15:54 +00:00
dund Enable services by default and keep old daemons disabled 2008-02-10 05:12:11 +00:00
eglib Import functions correctly 2008-03-11 23:50:18 +00:00
hcid Load plugins later in the init process 2008-03-22 15:21:12 +00:00
hidd Update copyright information 2008-02-02 03:37:05 +00:00
input Convert input service into a plugin 2008-03-22 15:37:36 +00:00
network Report socket error when bridge module fails to load. 2008-03-07 17:45:29 +00:00
pand Update copyright information 2008-02-02 03:37:05 +00:00
plugins Don't install example plugin 2008-03-21 23:31:40 +00:00
print Add subdirectory print 2007-01-23 06:38:03 +00:00
rfcomm Add option for installing generic tools 2008-02-10 05:27:22 +00:00
sbc rollback an unintended commit on Makefile.am 2008-03-08 05:22:43 +00:00
scripts Use a simple init script 2007-05-14 08:17:59 +00:00
sdpd Add records based on the adapter address 2008-03-20 20:10:49 +00:00
serial Update copyright information 2008-02-02 03:37:05 +00:00
test Allow event listening and commands at the same time 2008-03-07 14:07:54 +00:00
tools Fix wrong error message 2008-03-20 13:45:18 +00:00
acinclude.m4 Remove sync service skeleton since it is useless 2008-03-12 21:47:42 +00:00
AUTHORS Mention Bastien's contributions 2008-02-01 12:23:05 +00:00
bootstrap Add --automake option 2006-08-18 19:50:36 +00:00
bootstrap-configure Remove configure option for echo service 2008-03-12 21:31:36 +00:00
ChangeLog Update changelog and bump version number 2008-03-21 23:40:26 +00:00
configure.in Update changelog and bump version number 2008-03-21 23:40:26 +00:00
COPYING Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
COPYING.LIB Add full license text for LGPL files 2007-10-24 21:00:02 +00:00
INSTALL Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Makefile.am Remove sync service skeleton since it is useless 2008-03-12 21:47:42 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Update copyright information 2008-02-02 03:37:05 +00: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>

Bluetooth utilities


Compilation and installation
============================

In order to compile Bluetooth utilities you need following software packages:
	- Linux Bluetooth protocol stack (BlueZ)
	- GCC compiler
	- D-Bus library
	- USB library
	- 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