Go to file
2012-09-04 16:34:41 +03:00
attrib gatt: Translate Characteristic names 2012-09-04 10:46:36 +03:00
audio audio: Handle error in gateway_request_stream() 2012-09-04 15:50:55 +03:00
btio btio: Remove BT_IO_L2ERTM 2012-08-29 09:03:39 -07:00
doc mgmt-api: Add event for passkey notification 2012-09-04 16:34:41 +03:00
emulator emulator: Add initial version of new emulator 2012-02-27 10:56:43 -08:00
gdbus gdbus: Fix compilation error if macro "error" is defined 2012-08-16 22:00:22 +03:00
lib mgmt: Implement support for Passkey Notify event 2012-09-04 16:34:41 +03:00
monitor mgmt: Add reason to device disconnect event 2012-08-17 12:26:30 +03:00
plugins core: replace NULL by dbus invalid arguments 2012-09-03 14:50:06 +03:00
profiles input: Use bt_uuid_strcmp where is makes sense 2012-09-04 10:46:36 +03:00
sbc Fix spelling errors 2012-04-04 13:03:54 +03:00
scripts udev: remove udev activation of the blutooth daemon 2012-05-08 13:17:15 -07:00
src mgmt: Implement support for Passkey Notify event 2012-09-04 16:34:41 +03:00
test simple-agent: Update to match correct DisplayPasskey API 2012-09-04 16:34:41 +03:00
tools Fix trivial coding style issues on pointer declarations and casting 2012-08-26 09:37:06 +01:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore rfcomm: Remove support for configuration file 2012-08-09 22:52:38 -07:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 plugins: remove unmaintained plugins 2012-07-10 11:19:10 -03:00
AUTHORS Add Jefferson Delfes to AUTHORS 2012-07-24 15:52:47 +02: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 plugins: remove unmaintained plugins 2012-07-10 11:19:10 -03:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac rfcomm: Remove support for configuration file 2012-08-09 22:52:38 -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 gatt: Add GAP/GATT device registration 2012-08-20 12:10:01 +03:00
Makefile.tools rfcomm: Remove support for configuration file 2012-08-09 22:52:38 -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 entry for converting storage format for BlueZ 5 2012-08-31 11:49:09 -07: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