Go to file
2009-05-13 00:30:47 -07:00
audio add support for HFP plugin for oFono 2009-05-13 00:30:47 -07:00
client Add directory for client application 2008-12-29 16:28:25 +01:00
common Remove watch properly when doing bt_cancel_discovery. 2009-05-06 17:57:57 +03: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 Fix device_get_ieee1284_id return value 2009-03-14 10:27:46 -03:00
doc Fix fix typo in device-api.txt 2009-05-07 21:02:00 +03: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 Fix bug which cause disconnect watches to run on freed data. 2009-05-04 10:16:46 -03:00
lib Update library version 2009-05-03 23:58:25 -07:00
network Fix bug which cause disconnect watches to run on freed data. 2009-05-04 10:16:46 -03:00
plugins Adding stop() functionality to hciops plugin. 2009-05-06 12:37:44 +03: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 Update udev rules for udev 098 and newer 2008-10-16 01:38:39 +02:00
serial Fix address variable type 2009-05-02 23:32:07 +03:00
src Add NameResolving option to main.conf 2009-05-10 13:19:33 -07:00
test Make sure to initialize the feature mask variable 2009-05-04 02:42:55 -07:00
tools Increase BCSP timeout for setup and transaction 2009-05-10 09:32:09 -07:00
.gitignore Add tool to calculate HCI event mask 2009-05-09 22:05:07 -07:00
acinclude.m4 Fix mostly every warning caused by -Wsign-compare 2009-01-29 17:58:28 +01:00
AUTHORS Mention Ilya's contributions 2009-05-10 13:20:28 -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 Add temporary fix for the CUPS compile issue 2008-09-06 18:55:26 +02:00
ChangeLog Release 4.39 2009-05-09 11:18:19 -07:00
configure.ac Release 4.39 2009-05-09 11:18:19 -07: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 support for builtin plugins 2009-05-03 18:54:22 -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