Go to file
2007-05-17 13:12:05 +00:00
audio Add place holders for AudioGW and Target interface support 2007-05-16 11:03:50 +00:00
common Add debug print to get better visibility of what methods are being called 2007-05-09 09:06:10 +00:00
cups Don't create backend directory if disabled 2006-08-20 02:21:03 +00:00
daemon generic introspection cleanup & small additions 2007-05-03 10:58:08 +00:00
dund Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
eglib Implement eglib versions of needed GString functions 2007-05-03 15:41:42 +00:00
hcid Fix sending reply to SetDiscoverableTimeout 2007-05-14 15:50:25 +00:00
hidd Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
input Add GetAdapter() method to retrieve the source address 2007-05-14 12:22:52 +00:00
network Fixes storage problems with connections and fix bug of CreateConnection not checking for present connection with the same destination and profile. 2007-05-16 13:13:58 +00:00
pand Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
print Add subdirectory print 2007-01-23 06:38:03 +00:00
rfcomm Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
sbc Only compile SBC library if ALSA is enabled 2007-04-10 11:03:02 +00:00
scripts Use a simple init script 2007-05-14 08:17:59 +00:00
sdpd Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
serial serial: Removed PortCreated signal when calling ConnectService 2007-05-17 13:12:05 +00:00
sync Make echo and input service configurable 2007-01-23 07:18:07 +00:00
test Use generic service connect function 2007-04-05 20:10:01 +00:00
tools Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
transfer Add missing flags to g_io_add_watch calls 2007-02-16 20:18:37 +00:00
acinclude.m4 Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +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 Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
ChangeLog Update changelog and bump version number 2007-05-15 11:28:19 +00:00
configure.in Update changelog and bump version number 2007-05-15 11:28:19 +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