Go to file
2007-03-16 18:17:27 +00:00
audio Add skeleton for manager interface 2007-03-09 22:32:47 +00:00
common Add textfile_caseput function 2007-02-26 20:48:15 +00:00
cups Don't create backend directory if disabled 2006-08-20 02:21:03 +00:00
daemon Handle authorization timeouts 2007-02-25 22:11:50 +00:00
dund Wait 30 * 100ms for udev to create the device node 2007-02-13 20:41:55 +00:00
eglib Make eglib g_io_channel_unref behave as its glib counterpart with respect to a NULL parameter 2007-01-24 19:32:26 +00:00
hcid Fix segfault when no passkey agents are registered 2007-03-12 19:05:24 +00:00
hidd Use central uinput.h include file 2007-02-13 14:49:59 +00:00
input Add error specific skeleton files 2007-03-16 18:17:27 +00:00
network Add error specific skeleton files 2007-03-16 18:17:27 +00:00
pand Add devdown option 2007-02-26 00:09:26 +00:00
print Add subdirectory print 2007-01-23 06:38:03 +00:00
rfcomm Include security parameters 2007-02-21 19:43:44 +00:00
sbc Add SBC helper includes 2007-02-21 14:23:25 +00:00
scripts Use SDP server included in hcid 2007-01-14 00:49:29 +00:00
sdpd Add missing flags to g_io_add_watch calls 2007-02-16 20:18:37 +00:00
serial Add skeleton for serial port service 2007-02-26 00:15:27 +00:00
sync Make echo and input service configurable 2007-01-23 07:18:07 +00:00
test Add a connect only mode 2007-01-23 17:12:12 +00:00
tools Typo 2007-02-14 09:25:40 +00:00
transfer Add missing flags to g_io_add_watch calls 2007-02-16 20:18:37 +00:00
acinclude.m4 Add skeleton for network service 2007-03-09 15:33:38 +00:00
AUTHORS Update list of authors 2007-02-26 00:03:15 +00:00
bootstrap Add --automake option 2006-08-18 19:50:36 +00:00
bootstrap-configure Allow extra command line parameters 2007-01-12 00:50:00 +00:00
ChangeLog Update changelog and bump version number 2007-01-28 20:47:15 +00:00
configure.in Add skeleton for embedding SBC library 2007-01-31 08:52:52 +00:00
COPYING Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
INSTALL Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Makefile.am Add skeleton for embedding SBC library 2007-01-31 08:52:52 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Update copyright information 2007-01-13 17:48:12 +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-2007  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