Go to file
Claudio Takahasi 9897721d7f Add Proximity API
Covers the Proximity Monitor for Link Loss, Tx Power and Immediate
Alert services. This first proposal considers that the connections
will be managed by the bluetoothd core based on the registered
connection callbacks.

Only one instance of Immediate Alert service is allowed, "Alert Level"
characteristic of this service is used by Find Me and Path Loss. Note
that "Alert Level" for Path Loss is a LOCAL property written in the
Immediate Alert service when the threshold is reached. For Find Me
the user/application needs to actively enable the alert in the Immediate
Alert service. Link Loss has it's own instance of Alert Level
characteristic.
2011-07-09 18:31:31 +03:00
attrib Allow building with GLib 2.16 for now 2011-07-04 11:09:55 +02:00
audio Fix possible invalid read/free when using g_slist_free_full 2011-07-05 10:51:57 +03:00
btio btio: Add workaround for not defined BT_FLUSHABLE 2011-05-27 10:22:07 -07: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 Add Proximity API 2011-07-09 18:31:31 +03:00
gdbus Remove unused result variable from g_dbus_pending_success 2011-05-15 01:47:11 +03:00
health Fix common misspelled words 2011-07-03 14:36:14 +03:00
input Improve input server connect log messages 2011-07-03 14:42:01 +03:00
lib Update company identifiers 2011-06-17 10:14:15 -07:00
network Make use of g_slist_free_full on network plugin 2011-06-30 12:32:23 +03:00
plugins Allow building with GLib 2.16 for now 2011-07-04 11:09:55 +02:00
sap Fix SAP message padding macro 2011-06-28 10:51:15 +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 Fix common misspelled words 2011-07-03 14:36:14 +03:00
src Fix possible invalid read/free when using g_slist_free_full 2011-07-05 10:51:57 +03:00
test Fix common misspelled words 2011-07-03 14:36:14 +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 Allow building with GLib 2.16 for now 2011-07-04 11:09:55 +02: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 build: Remove deprecated options from bootstrap-configure 2011-07-01 20:51:10 -07:00
ChangeLog Release 4.95 2011-07-04 21:57:21 +02:00
configure.ac Release 4.95 2011-07-04 21:57:21 +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 Update library version 2011-07-04 21:49:40 +02: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