Go to file
Dmitriy Paliy fad552de92 Fix cancel pending D-Bus call to ohmd
Pending D-Bus call to ohmd daemon is canceled if telephony driver is
unloaded before reply comes.
2011-08-05 12:40:29 +03:00
attrib Add on demand characteristic write 2011-07-27 10:32:40 +03:00
audio Fix cancel pending D-Bus call to ohmd 2011-08-05 12:40:29 +03:00
btio btio: Fix the return value of bt_io functions 2011-07-09 19:22:50 +03:00
compat Remove obsolete Sixaxis enablement in hidd 2011-05-29 21:59:30 +03:00
cups Fix unused variable warnings reported by GCC 4.6 2011-05-15 01:57:12 +03:00
doc audio: add profile version to HandsfreeAgent 2011-08-04 14:02:39 +03:00
gdbus gdbus: Fix white space coding style issue 2011-07-09 19:10:04 +03:00
health Remove per-file author information 2011-07-29 12:52:58 +03:00
input Remove unneeded textfile header includes 2011-08-02 10:53:38 +03:00
lib Add L2CAP EFS definitions 2011-07-29 13:01:10 +03:00
network Make use of g_slist_free_full on network plugin 2011-06-30 12:32:23 +03:00
plugins Fix off-by-one error in form factor detection 2011-07-29 13:12:28 +03:00
proximity Return LinkLossAlertLevel if enabled 2011-08-03 12:29:22 +03:00
sap Fix memory leak in sap plugin 2011-07-28 10:48:44 +03:00
sbc sbc: Fix empty parameter list in usage() declaration 2011-05-18 09:08:44 -07:00
scripts Fix udev rule for Logitech devices 2011-06-09 13:26:46 +09:00
serial Remove unneeded textfile header includes 2011-08-02 10:53:38 +03:00
src Remove unneeded header includes in event.c 2011-08-02 10:53:41 +03:00
test Test script for LinkLossAlertLevel property 2011-08-03 16:06:49 +03:00
thermometer Remove per-file author information 2011-07-29 12:52:58 +03:00
tools Fix common misspelled words 2011-07-03 14:36:14 +03:00
tracer Fix typo from deamon to daemon 2011-06-17 13:33:06 +03:00
.gitignore build: Add support for systemd service configuration 2011-07-01 20:48:33 -07:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 Initial support for Health Thermometer Profile (HTP) 2011-07-29 12:50:30 +03:00
AUTHORS Update Johan's email address 2011-06-16 21:54:15 +03: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 Initial support for Health Thermometer Profile (HTP) 2011-07-29 12:50:30 +03:00
ChangeLog Release 4.96 2011-08-01 01:15:20 +02:00
configure.ac Release 4.96 2011-08-01 01:15:20 +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 config file for proximity monitor 2011-08-03 12:29:14 +03:00
Makefile.tools Test script for LinkLossAlertLevel property 2011-08-03 16:06:49 +03:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2010-01-01 17:08:17 -08:00
TODO TODO: Add hard-coded PSM for GATT over basic rate 2011-04-14 20:12:18 +03: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-2010  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