Go to file
Johan Hedberg f36f66d1ca Cleanup and simplify AVRCP code
This patch gets rid of the unnecessary struct avrcp and moves the necessary
bits directly into struct control.
2009-04-23 00:58:50 +03:00
audio Cleanup and simplify AVRCP code 2009-04-23 00:58:50 +03:00
client Add directory for client application 2008-12-29 16:28:25 +01:00
common Fix memset of sco_opt 2009-04-01 08:50:47 +03:00
compat Fix a couple of other places that should use size_t and ssize_t 2009-03-12 16:33:14 -03:00
cups Fix device_get_ieee1284_id return value 2009-03-14 10:27:46 -03:00
doc Add basic AVRCP volume control support 2009-04-19 00:04:20 +03:00
gdbus Fix g_dbus_remove_all_watches to remove all watches for the given connection. 2009-04-03 12:23:08 +03:00
include Add CID field to L2CAP socket address structure 2009-02-12 05:21:48 +01:00
input Make input plugin to use disconnect watches. 2009-04-22 15:41:56 -03:00
lib Add version value for Bluetooth 3.0 2009-04-21 14:03:06 +01:00
network Make network plugin to use disconnect watches. 2009-04-22 15:41:59 -03:00
plugins Using # operator to stringify plugin name. 2009-04-21 13:25:35 +01:00
rfcomm Disable sign comparison check for broken flex generated code 2009-03-30 15:10:06 -07:00
sbc sbc: added saturated clipping of decoder output to 16-bit 2009-04-17 19:00:24 +02:00
scripts Update udev rules for udev 098 and newer 2008-10-16 01:38:39 +02:00
serial Using # operator to stringify plugin name. 2009-04-21 13:25:35 +01:00
src Add support to disconnect watch registration. 2009-04-22 15:41:32 -03:00
test Retreive fixed channels list if supported 2009-04-19 22:38:36 +02:00
tools Make use of size_t and ssize_t when possible 2009-03-12 16:15:06 -03:00
.gitignore Add ipctest program to list of ignored applications 2009-03-26 05:31:54 +01:00
acinclude.m4 Fix mostly every warning caused by -Wsign-compare 2009-01-29 17:58:28 +01:00
AUTHORS Mention Forrest's contributions 2009-04-21 13:50:34 +01:00
bluez.m4 Big cleanup of CVS relics 2005-10-29 19:25:42 +00: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 temporary fix for the CUPS compile issue 2008-09-06 18:55:26 +02:00
ChangeLog Release 4.36 2009-04-17 02:11:00 +02:00
configure.ac Release 4.36 2009-04-17 02:11:00 +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 directory for client application 2008-12-29 16:28:25 +01:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2009-01-01 19:33:20 +01: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-2009  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