Go to file
Dmitriy Paliy 8c14dfca48 Update Media API documentation
Possible error responses are added to RegisterEndpoint.
2011-03-28 17:25:42 +03:00
attrib Add Exchange MTU in interactive gatttool 2011-03-18 11:22:45 +02:00
audio Remove owner reference to request structure 2011-03-27 22:51:08 +03:00
btio Fix error message when getting SCO connection handle 2011-03-25 11:10:40 +02:00
compat pand: Fix for TP_BNEP_CTRL_BV_01_C qualification test 2011-03-10 11:00:37 +02:00
cups Fix coding style issues in CUPS code 2010-09-01 21:45:16 +03:00
doc Update Media API documentation 2011-03-28 17:25:42 +03:00
gdbus gdbus: Unconditionally remove D-Bus timeouts 2011-03-09 13:34:03 -08:00
health Emit missing signal when data channel is reconnected. 2011-03-27 22:52:02 +03:00
input Fix HID channel reference count issues 2011-02-07 15:27:03 -08:00
lib Add support for Out of Band (OOB) association model in mgmtops 2011-03-27 22:55:11 +03:00
network network: Fix for TP_BNEP_CTRL_BV_01_C qualification test 2011-03-14 17:10:38 +02:00
plugins mgmtops: Pass UUID-128's in little endian format to the kernel 2011-03-28 13:59:44 +03:00
sap Fix use of unninitialized UUID value in SAP code 2011-03-28 16:32:04 +03:00
sbc sbc: detect when bitpool has changed 2010-12-23 00:43:22 +02:00
scripts Also run bluetoothd on udev change events 2010-09-22 22:26:02 +03:00
serial Fix use of deprecated glib on serial plugin 2011-01-19 14:10:05 +02:00
src Add initial support for Out of Band (OOB) association model 2011-03-27 22:52:54 +03:00
test Sim Access Profile test scripts 2011-03-25 11:13:08 +02:00
tools Fix LMP version string in hciconfig 2011-03-28 15:42:23 +03:00
tracer Add manual log to hcitrace 2010-05-21 10:44:29 +02:00
.gitignore Add Sim Access Profile dummy driver 2011-03-23 14:57:45 +02:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 Add D-Bus OOB plugin 2011-03-27 22:58:13 +03:00
AUTHORS Mention Brian's contributions 2011-02-20 12:14:10 -08: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 SAP to bootstrap-configure defaults 2011-03-23 15:08:15 +02:00
ChangeLog Release 4.90 2011-03-15 20:25:23 -07:00
configure.ac Release 4.90 2011-03-15 20:25:23 -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 Add D-Bus OOB plugin 2011-03-27 22:58:13 +03:00
Makefile.tools Sim Access Profile test scripts 2011-03-25 11:13:08 +02: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 item related to authorization and authentication 2011-03-24 11:20:50 +02: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