Go to file
2008-12-29 16:28:25 +01:00
audio Remove usage of MSG_WAITALL from pcm_bluetooth.c as well 2008-12-29 14:58:21 +02:00
client Add directory for client application 2008-12-29 16:28:25 +01:00
common Fix variable declaration after statements 2008-12-23 04:02:02 +01:00
compat Make functions static and fix includes 2008-12-23 05:51:23 +01:00
cups Fix inclusion of SDP and protocol function declarations 2008-12-23 05:55:16 +01:00
doc Add note about LegacyPairing property reliability 2008-12-04 16:03:29 +02:00
gdbus Check if path is valid before unregistering it 2008-12-24 07:15:50 +01:00
include Introduce sdp_copy_record. 2008-11-17 14:14:13 -03:00
input Add missing include definitions 2008-12-23 04:32:20 +01:00
lib Remove unused sdp_create_base_uuid function 2008-12-23 05:57:34 +01:00
network Add missing include definitions 2008-12-23 04:32:20 +01:00
plugins Remove duplicate (and incorrect) call to adapter_get_address 2008-11-11 17:33:40 +02:00
rfcomm Add nasty workaround to avoid compiler warning 2008-12-23 06:04:29 +01:00
sbc New SBC analysis filter function to replace current broken code 2008-12-29 12:52:20 +01:00
scripts Update udev rules for udev 098 and newer 2008-10-16 01:38:39 +02:00
serial Add missing include definitions 2008-12-23 04:32:20 +01:00
src Fix signal emissions when removing adapters 2008-12-23 09:36:42 +01:00
test Remove unneeded inline statements 2008-12-23 04:31:40 +01:00
tools Remove unused functions 2008-12-23 05:42:44 +01:00
.gitignore Add all binary programs to .gitignore 2008-10-20 00:54:29 +02:00
acinclude.m4 Enable verbose compiler warnings in maintainer mode 2008-12-23 06:04:54 +01:00
AUTHORS Mention Siarhei's contributions 2008-12-18 23:58:01 +01: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 temporary fix for the CUPS compile issue 2008-09-06 18:55:26 +02:00
ChangeLog Release 4.25 2008-12-29 14:21:01 +01:00
configure.ac Add directory for client application 2008-12-29 16:28:25 +01: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 Add directory for client application 2008-12-29 16:28:25 +01:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Mention the new mailing list 2008-09-11 19:58: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:
	linux-bluetooth@vger.kernel.org

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