Go to file
2012-04-12 14:10:50 +03:00
alert GATT: Profile support for EnableGatt 2012-03-26 12:12:24 +03:00
attrib attrib: Fix D-Bus service disconnect watch removal 2012-04-04 13:00:14 +03:00
audio AVRCP: Fix response length for Subunit Info command 2012-04-05 12:52:27 +03:00
btio btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE 2012-02-02 15:55:07 -08:00
compat Move common code to sdp to avoid duplication 2012-03-28 13:17:39 +03:00
cups cups: Fix D-Bus reply memory leaks 2011-12-08 12:44:28 +02:00
deviceinfo DeviceInfo: Fix compilation with old glib 2012-04-05 13:15:21 +03:00
doc doc: document DisplayPinCode 2012-04-12 14:10:50 +03:00
emulator emulator: Add initial version of new emulator 2012-02-27 10:56:43 -08:00
gdbus gdbus: Use destroy callback for service watch 2012-04-04 12:56:51 +03:00
health HDP: Omit MainChannel when first reliable channel is nil 2012-03-28 12:38:33 +03:00
input fakehid: Remove define not referenced 2012-04-12 13:14:06 +03:00
lib mgmt: update mgmt control channel id 2012-04-05 22:30:31 +03:00
mgmt Fix spelling errors 2012-04-04 13:03:54 +03:00
monitor monitor: Add support for storing btsnoop formatted logs 2012-03-01 16:57:29 -08:00
network Fix common spelling error in code and comments 2012-03-30 13:10:11 +03:00
plugins Add display parameter to plugin pincode callback 2012-04-12 14:10:07 +03:00
proximity proximity: reporter: implement D-Bus API 2012-04-03 13:02:06 +03:00
sap Fix common spelling error in code and comments 2012-03-30 13:10:11 +03:00
sbc Fix spelling errors 2012-04-04 13:03:54 +03:00
scripts Fix udev rule for Logitech devices 2011-06-09 13:26:46 +09:00
serial Move common code to sdp to avoid duplication 2012-03-28 13:17:39 +03:00
src Display PIN generated by plugin 2012-04-12 14:10:42 +03:00
test test-discovery: Fix printing non-ASCII characters 2012-03-12 14:05:10 +02:00
thermometer thermometer: Fix D-Bus service disconnect watch removal 2012-04-04 13:00:03 +03:00
time att: add remote btd_device to ATT read/write callbacks 2012-04-03 12:58:12 +03:00
tools Move common code to sdp to avoid duplication 2012-03-28 13:17:39 +03:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore Add emulator/btvirt to .gitignore 2012-03-06 12:55:43 -08:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 GATT: Remove individual config switches 2012-03-26 12:09:51 +03:00
AUTHORS update Gustavo's email address 2012-04-04 11:00:10 +03: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 GATT: Remove individual config switches 2012-03-26 12:09:51 +03:00
ChangeLog Release 4.99 2012-03-06 09:04:22 -08:00
configure.ac Release 4.99 2012-03-06 09:04:22 -08: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 DeviceInformation GATT Client 2012-04-04 14:59:58 +03:00
Makefile.tools Makefile: Add simple-player and test-nap to EXTRA_DIST 2012-03-30 15:45:14 +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: Remove already implemented mgmt features 2012-01-31 06:43:22 -08: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