Go to file
Claudio Takahasi 99a9b6cfca Add Tx Power and Immediate Alert UUID
Changes Proximity Monitor driver declaration adding the Tx Power and
Immediate Alert UUIDs. UUIDs are required to support Path Loss and
Find ME.
2011-08-03 12:29:12 +03:00
attrib Add on demand characteristic write 2011-07-27 10:32:40 +03:00
audio Remove unneeded textfile header includes 2011-08-02 10:53:38 +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 Proximity API simplification 2011-08-02 16:48:49 +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 Add Tx Power and Immediate Alert UUID 2011-08-03 12:29:12 +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 l2test: enhance L2CAP mode option 2011-07-26 11:01:00 +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 Proximity Reporter skeleton 2011-08-03 12:20:36 +03:00
Makefile.tools build: Rename configfiles option to datafiles 2011-07-01 20:47:23 -07: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