Go to file
2007-05-04 09:55:29 +00:00
audio Use org.bluez.audio.Error interface for D-Bus error returns 2007-04-27 14:18:09 +00:00
common Properly split the signature string into single complete types 2007-05-03 21:08:32 +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 Wait 30 * 100ms for udev to create the device node 2007-02-13 20:41:55 +00:00
eglib Implement eglib versions of needed GString functions 2007-05-03 15:41:42 +00:00
hcid Fix append_and_grow_string for memory leaks and potential data corruption if memory allocation fails 2007-05-03 11:49:43 +00:00
hidd Don't install manual pages if daemon has been disabled 2007-03-27 09:26:15 +00:00
input Input Service support for phones 2007-05-04 09:55:29 +00:00
network network: minor cleanup 2007-05-01 14:56:05 +00:00
pand Don't install manual pages if daemon has been disabled 2007-03-27 09:26:15 +00:00
print Add subdirectory print 2007-01-23 06:38:03 +00:00
rfcomm Fix the yyunput warning message 2007-04-27 05:21:13 +00:00
sbc Only compile SBC library if ALSA is enabled 2007-04-10 11:03:02 +00:00
scripts Use SDP server included in hcid 2007-01-14 00:49:29 +00:00
sdpd Added UpdateServiceRecord 2007-04-25 22:14:22 +00:00
serial serial: free port_paths and unregister the D-Bus path when the daemon exits 2007-05-01 19:13:39 +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 Add support for STLC2500 address and baud rate settings 2007-04-25 23:09:02 +00:00
transfer Add missing flags to g_io_add_watch calls 2007-02-16 20:18:37 +00:00
acinclude.m4 Only provide generic audio service 2007-04-08 19:56:52 +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 Only provide generic audio service 2007-04-08 19:56:52 +00:00
ChangeLog Update changelog and bump version number 2007-01-28 20:47:15 +00:00
configure.in Add skeleton for generic ALSA plugins 2007-04-04 09:39:23 +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