Go to file
2012-11-21 15:40:00 +02:00
attrib gatt: Update characteristic names translation table 2012-11-13 10:12:15 +02:00
btio btio: Fix type detection for L2CAP fixed channels 2012-11-14 15:19:46 +02:00
doc doc: Add HFP design document 2012-11-21 13:05:17 +02:00
emulator build: Remove stupid -I directives 2012-11-20 16:12:51 +01:00
gdbus gdbus: Remove not needed NULL pointer checks 2012-11-21 12:35:08 +02:00
lib sdp: Upgrade datatype SEQ8 to SEQ16 when data size is greater than 256 2012-11-20 14:53:21 +02:00
monitor monitor: Handle attribute lists for SDP records 2012-11-21 07:14:06 +01:00
plugins neard: Be more consistent in error handling and variable naming 2012-11-21 14:34:11 +02:00
profiles control: Add profile .connect and .disconnect 2012-11-21 14:35:55 +02:00
scripts hid2hci: change subsystem in udev rule from usb to usb* 2012-11-20 14:22:16 +02:00
src core: Use UUID-16 or UUID-32 when possible when resolving profiles 2012-11-21 15:40:00 +02:00
test test: Add RequestDisconnection support to test-profile 2012-11-20 14:16:13 +02:00
tools build: Remove stupid -I directives 2012-11-20 16:12:51 +01:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore build: Remove unused ppporc utility 2012-11-09 10:31:28 +01:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 build: Always enable GATT support 2012-11-09 20:30:54 +01:00
AUTHORS Add João Paulo to the AUTHORS file 2012-11-10 14:28:13 +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 build: Always enable GATT support 2012-11-09 20:30:54 +01:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac build: Remove option to build SBC support 2012-11-09 09:57:08 +01: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 doc: Add HFP design document 2012-11-21 13:05:17 +02:00
Makefile.tools monitor: Add basic attribute UUID decoding 2012-11-20 16:12:51 +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: Split completed BlueZ 5 items into a separate list for clarity 2012-11-14 13:30:36 +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