Go to file
Claudio Takahasi ddf3c14cb5 API standard changes on attribute-api.txt
Layout changes. Splitting into Local Service, Device Service and Device
Characteristic hierarchy.
2010-09-16 22:43:50 +03:00
attrib Fix UUID 128-bit support on attribute client 2010-09-14 09:55:35 -04:00
audio Add proper checks for MediaTransport.SetProperty 2010-09-15 15:28:44 +03:00
btio btio: Seperate btio.[ch] into btio directory 2010-09-13 11:23:02 +03:00
compat Remove extra spaces at end of line in compat dir 2010-05-07 01:47:50 +03:00
cups Fix coding style issues in CUPS code 2010-09-01 21:45:16 +03:00
doc API standard changes on attribute-api.txt 2010-09-16 22:43:50 +03:00
gdbus Add support for builtin GDBus security using PolicyKit 2010-09-09 18:30:43 +02:00
health Make read_btclock return value clearer 2010-09-16 17:57:48 +03:00
input Fix minor coding style issues 2010-09-02 23:15:14 +03:00
lib Add STANDARD and INTERLACED page scan definitions 2010-08-18 13:45:55 +03:00
network Fix format string warnings for g_dbus_create_error 2010-08-19 23:24:42 +03:00
plugins Add new plugin to set adapter class 2010-09-06 16:02:01 +03:00
sbc sbc: ARMv6 optimized version of analysis filter for SBC encoder 2010-07-02 16:02:12 -03:00
scripts Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
serial Fix format string warnings for g_dbus_create_error 2010-08-19 23:24:42 +03:00
src Add rule to enabling talking to org.bluez.MediaEndpoint 2010-09-15 15:05:44 +03:00
test Add simple-endpoint test script 2010-09-15 15:05:44 +03:00
tools hciconfig: add LE_SET_ADVERTISE_ENABLE cmd 2010-09-06 19:07:47 +03:00
tracer Add manual log to hcitrace 2010-05-21 10:44:29 +02:00
.gitignore Add gatttool to .gitignore 2010-08-09 18:06:47 -04:00
.mailmap A few more updates to .mailmap file 2010-07-11 17:26:41 -03:00
acinclude.m4 Make the path to oui.txt a compile-time option 2010-09-06 19:05:14 +03:00
AUTHORS Add missing author credits 2010-04-29 00:20:20 +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 Update configure checks for libcap-ng and libnl 2010-02-03 14:33:13 -08:00
ChangeLog Release 4.71 2010-09-09 11:10:16 +02:00
configure.ac Release 4.71 2010-09-09 11:10:16 +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 initial implementation of org.bluez.Media spec 2010-09-15 15:21:53 +03:00
Makefile.tools Include simple-endpoint in the EXTRA_DIST 2010-09-15 16:48:03 +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

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