Go to file
2012-06-05 06:58:11 +03:00
alert GATT: Profile support for EnableGatt 2012-03-26 12:12:24 +03:00
attrib GATT: Avoid unneeded discover transaction 2012-05-30 10:42:43 +03:00
audio audio: Move UUID string definition to lib 2012-06-02 09:06:32 +08:00
btio btio: Add address type in bt_io_connect 2012-04-25 12:58:48 +03:00
compat hidd: Fix indentation 2012-05-10 16:44:01 -07:00
cups cups: Fix D-Bus reply memory leaks 2011-12-08 12:44:28 +02:00
deviceinfo deviceinfo: Move UUID string definition to lib 2012-06-02 09:07:17 +08:00
doc Remove compatibility check for DBUS_TYPE_UNIX_FD 2012-05-31 11:29:58 +03:00
emulator emulator: Add initial version of new emulator 2012-02-27 10:56:43 -08:00
gdbus gdbus: Fix incorrectly discarded signals 2012-05-22 20:26:41 +02:00
health health: Move UUID string definition to lib 2012-06-02 09:07:45 +08:00
input input: Move UUID string definition to lib 2012-06-02 09:07:47 +08:00
lib core: Move UUID string definition to lib 2012-06-02 09:07:56 +08:00
mgmt Remove MGMT address type definition 2012-04-25 13:02:59 +03:00
monitor monitor: Fix memory leak 2012-05-24 11:03:10 +03:00
network network: Move UUID string definition to lib 2012-06-02 09:07:00 +08:00
plugins mgmtops: Fix endianness conversion 2012-06-02 09:12:36 +08:00
proximity proximity: Move UUID string definition to lib 2012-06-02 09:07:34 +08:00
sap sap: Move UUID string definition to lib 2012-06-02 09:07:36 +08: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
serial serial: Move UUID string definition to lib 2012-06-02 09:07:43 +08:00
src core: Remove pending connection attempt 2012-06-02 09:10:31 +08:00
test simple-agent: Use a higher (60s) timeout for pairing 2012-06-05 06:58:11 +03:00
thermometer thermometer: Move UUID string definition to lib 2012-06-02 09:07:39 +08:00
time GATT: Move GATT assigned numbers to GATT header 2012-05-30 10:39:03 +03:00
tools hciattach: Add basic Three-wire UART support 2012-05-31 15:06:19 +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 build: Do not set CFLAGS/LDFLAGS directly 2012-05-16 11:18:31 +03:00
AUTHORS Add Syam's email address 2012-04-13 12:45:20 +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 build: Remove dependency on libcap-ng 2012-05-29 08:19:30 +02:00
ChangeLog Release 4.99 2012-03-06 09:04:22 -08:00
configure.ac build: Remove dependency on libcap-ng 2012-05-29 08:19:30 +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: Remove dependency on libcap-ng 2012-05-29 08:19:30 +02:00
Makefile.tools Makefile.tools: Add missing test_mpris_player_SOURCES 2012-06-04 10:18:50 +08: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