Go to file
2012-11-30 13:17:43 +02:00
attrib gatt: Update characteristic names translation table 2012-11-13 10:12:15 +02:00
btio btio: Fix type detection for L2CAP fixed channels 2012-11-14 15:19:46 +02:00
doc doc: Remove leftover PropertyChanged from media-api.txt 2012-11-30 13:17:43 +02:00
emulator emulator: Add handling for monitor server instance 2012-11-27 10:26:23 +01:00
gdbus gdbus: Add g_dbus_add_properties_watch function 2012-11-30 10:29:35 +02:00
lib lib: Add missing svclass entries for MAP 2012-11-23 14:33:49 +02:00
monitor monitor: _GNU_SOURCE is needed for O_CLOEXEC on some systems 2012-11-28 16:36:50 +02:00
plugins wiimote: add Wii-Remote-Plus ID and name detection 2012-11-28 14:51:32 +02:00
profiles media: Convert target MediaPlayer interface to use D-Bus Properties 2012-11-30 10:30:44 +02:00
scripts hid2hci: change subsystem in udev rule from usb to usb* 2012-11-20 14:22:16 +02:00
src core: Attach and detach object manager 2012-11-29 16:16:13 +02:00
test test: Convert simple-player to use DBus properties interface 2012-11-30 10:31:01 +02:00
tools btsnoop: _GNU_SOURCE is needed for O_CLOEXEC on some systems 2012-11-28 16:36:08 +02:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore build: Remove unused ppporc utility 2012-11-09 10:31:28 +01:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 build: Always enable GATT support 2012-11-09 20:30:54 +01:00
AUTHORS Add João Paulo to the AUTHORS file 2012-11-10 14:28:13 +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 build: Always enable GATT support 2012-11-09 20:30:54 +01:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac build: Remove option to build SBC support 2012-11-09 09:57:08 +01: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: Add missing lib/amp.h to Makefile.am 2012-11-30 12:44:48 +02:00
Makefile.tools build: Remove test-network 2012-11-26 17:41:35 +02: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 entry about built-in profiles connection management by core 2012-11-21 20:52:02 +02: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