Go to file
2011-10-17 11:08:39 +03:00
alert Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09:00
attrib Fix using the attribute struct for encoding ATT pdus 2011-10-07 19:52:32 +03:00
audio Make title always available in metadata 2011-10-13 16:09:52 +03:00
btio btio: Fix the return value of bt_io functions 2011-07-09 19:22:50 +03:00
compat Off-by-one error in uses_rfcomm 2011-08-29 13:45:59 +03:00
cups Fix unused variable warnings reported by GCC 4.6 2011-05-15 01:57:12 +03:00
doc Don't overwrite metadata when changing track 2011-10-13 16:08:29 +03:00
gdbus gdbus: Fix white space coding style issue 2011-07-09 19:10:04 +03:00
health Remove bogus extra semicolons 2011-08-08 13:04:34 +03:00
input Remove use of read_device_id in input plugin 2011-10-01 09:02:12 +03:00
lib Update company identifiers 2011-10-02 19:40:25 -07:00
network Make use of g_slist_free_full on network plugin 2011-06-30 12:32:23 +03:00
plugins Set auto connect from maemo6 plugin 2011-10-05 18:01:48 +03:00
proximity Emit LinkLossAlertLevel after writing the alert 2011-10-05 11:16:14 +03:00
sap Fix memory leak in sap plugin 2011-07-28 10:48:44 +03:00
sbc sbc: Use __asm__ keyword 2011-09-06 13:56:08 +03:00
scripts Fix udev rule for Logitech devices 2011-06-09 13:26:46 +09:00
serial serial: add Serial.ConnectFD() 2011-09-14 10:48:55 +03:00
src Fix leaks and buffer overflows in EIR parsing 2011-10-14 11:15:14 +03:00
test Improve test/simple-player to allow user interaction 2011-10-13 13:11:10 +03:00
thermometer Read measurement interval characteristic 2011-10-17 11:08:39 +03:00
time Add GATT Time Server skeleton plugin 2011-09-22 20:05:04 +09:00
tools hcitool: Fix EIR parsing 2011-10-14 14:23:05 +03:00
tracer Fix typo from deamon to daemon 2011-06-17 13:33:06 +03:00
.gitignore Add mpris-player to .gitignore 2011-10-13 10:38:32 +03:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09:00
AUTHORS Add Szymon Janc to AUTHORS 2011-10-12 16:53:58 +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 Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09:00
ChangeLog Release 4.96 2011-08-01 01:15:20 +02:00
configure.ac Release 4.96 2011-08-01 01:15:20 +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 Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09:00
Makefile.tools Add mpris-player to test 2011-10-10 12:26:07 +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: Add hard-coded PSM for GATT over basic rate 2011-04-14 20:12:18 +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