Go to file
2012-10-22 17:36:38 +03:00
attrib gattrib: Add support for listening for events for specific handles 2012-10-11 08:55:50 +02:00
audio audio: Remove path from struct audio_device 2012-10-16 13:32:10 +03:00
btio btio: Remove BT_IO_L2ERTM 2012-08-29 09:03:39 -07:00
doc doc: Update Health to BlueZ 5 2012-10-19 10:38:15 +03:00
emulator emulator: Add first draft of b1ee tool 2012-10-09 00:35:47 +02:00
gdbus gdbus: Remove connection from pending_property functions 2012-10-19 10:33:20 +03:00
lib lib: Simplify str2ba function 2012-10-16 13:35:18 +03:00
monitor mgmt: Add reason to device disconnect event 2012-08-17 12:26:30 +03:00
plugins service: Fix passing stack variable as reference value 2012-10-09 10:51:41 +02:00
profiles sap: Fix connected property fetching when not connected 2012-10-19 19:49:00 +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 core: Remove unnecessary include from glib-helper.c 2012-10-22 17:36:38 +03:00
test test: List only specified adapter's devices in list-devices 2012-10-17 17:38:38 +03:00
tools btmgmt: Add basic EIR parsing 2012-10-22 17:36:38 +03:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore emulator: Add first draft of b1ee tool 2012-10-09 00:35:47 +02:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 Add initial neard plugin implementation 2012-10-03 22:44:51 +03:00
AUTHORS AUTHORS: Add missing people 2012-10-05 19:15:05 +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 Add initial neard plugin implementation 2012-10-03 22:44:51 +03:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac build: Indicate 5.x development branch 2012-10-06 18:31:07 +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 build-sys: Remove leftover AM_YFLAGS 2012-10-09 23:15:44 +02:00
Makefile.tools btmgmt: Add basic EIR parsing 2012-10-22 17:36:38 +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: Mark CreateDevice/CreatePairedDevice removal as done 2012-10-15 14:06:36 +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