Go to file
2009-06-30 15:50:58 +03:00
audio Make sure dev.name is always nul-terminated 2009-06-30 15:50:58 +03:00
client Add directory for client application 2008-12-29 16:28:25 +01:00
common Set ctxt->session to NULL after calling sdp_close on it 2009-06-08 11:03:32 +07:00
compat Fix a couple of other places that should use size_t and ssize_t 2009-03-12 16:33:14 -03:00
cups Less errors from the cups backend 2009-06-27 12:25:57 +02:00
doc Fix another small typo 2009-06-19 11:54:37 +02:00
gdbus Make the parent path invalidateable 2009-05-11 11:50:18 -07:00
include Add constants for Enhanced Retransmission and Streaming modes 2009-05-02 22:21:00 -07:00
input Make input plugin to use adapter references. 2009-05-27 11:25:25 -03:00
lib Update library version 2009-05-19 11:14:12 -07:00
network Make network plugin to use adapter references. 2009-05-27 11:25:25 -03:00
plugins Adding stop_discovery to hciops. 2009-06-11 14:28:57 +07:00
rfcomm Newer flex versions generate better code and don't need special flags 2009-05-03 20:13:37 -07:00
sbc sbc: added saturated clipping of decoder output to 16-bit 2009-04-17 19:00:24 +02:00
scripts Add support for running hid2hci from udev 2009-05-16 06:33:40 -07:00
serial Use (safer) strncpy instead of strcpy 2009-06-30 15:48:53 +03:00
src Move MAX_NAME_LENGTH define from hcid.h to adapter.h 2009-06-30 15:47:38 +03:00
test Add to simple-agent the ability to reject authorization requests. 2009-06-16 23:52:15 +03:00
tools Fix short commands limit 2009-06-27 10:24:21 +02:00
.gitignore Add generated compile script to .gitignore 2009-05-21 14:07:31 -07:00
acinclude.m4 Fix mostly every warning caused by -Wsign-compare 2009-01-29 17:58:28 +01:00
AUTHORS Mention Mario's contributions 2009-05-16 06:34:14 -07: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 Don't enable gtk-doc option when using bootstrap-configure 2009-06-11 20:41:12 +02:00
ChangeLog Release 4.42 2009-06-21 14:27:08 +02:00
configure.ac Release 4.42 2009-06-21 14:27:08 +02: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 generated compile script to .gitignore 2009-05-21 14:07:31 -07:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2009-01-01 19:33:20 +01: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-2009  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