Go to file
2012-11-04 06:48:06 +01:00
attrib gattrib: Add support for listening for events for specific handles 2012-10-11 08:55:50 +02:00
audio AVCTP: Fix scope of transactions to be per channel 2012-11-01 10:30:14 +02:00
btio btio: Remove BT_IO_L2ERTM 2012-08-29 09:03:39 -07:00
doc doc: Update settings-storage.txt 2012-10-31 10:40:47 +02:00
emulator emulator: Add the page scan modes to inquiry results 2012-11-02 11:23:17 +01:00
gdbus gdbus: Remove connection from pending_property functions 2012-10-19 10:33:20 +03:00
lib lib: Fix EVT_CONN_COMPLETE_SIZE constant 2012-11-02 04:47:58 +01:00
monitor monitor: Do not show index for single controller trace files 2012-11-04 06:48:06 +01:00
plugins dbusoob: Set device name in device object 2012-10-31 11:04:55 +02:00
profiles input: Retrieve device name from device object 2012-10-31 11:05:07 +02: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: Make btd_event_remote_name local parameter const 2012-10-31 11:04:46 +02:00
test test: Add support for using external player 2012-10-31 10:38:47 +02:00
tools hcitool: Retrieve names from cache directory 2012-10-31 11:05:30 +02:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore build: Fix selecting HoG suspend backend 2012-10-30 14:12:08 +02:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 build: Fix selecting HoG suspend backend 2012-10-30 14:12:08 +02: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 audio: Export remote player as children object path of device 2012-10-31 10:37:39 +02:00
Makefile.tools monitor: Add simple L2CAP packet framing 2012-11-03 10:25:03 +01: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 to remove storage convertion function 2012-10-25 12:36:47 +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