Go to file
Johan Hedberg f694c96c56 device: Update reverse discovery timer from 2 to 1 second
There's no reason to wait so long for reverse discovery. We still don't
want this to be immediate since it's likely that the pairing initiator
is starting to do discovery right after pairing, but 1 second should be
good.
2012-11-23 13:54:32 +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: Update settings-storage.txt 2012-11-21 20:43:59 +02:00
emulator build: Remove stupid -I directives 2012-11-20 16:12:51 +01:00
gdbus gdbus: Remove not needed NULL pointer checks 2012-11-21 12:35:08 +02:00
lib sdp: Upgrade datatype SEQ8 to SEQ16 when data size is greater than 256 2012-11-20 14:53:21 +02:00
monitor monitor: Decode LMP features pages 2012-11-22 14:16:01 +01:00
plugins neard: Be more consistent in error handling and variable naming 2012-11-21 14:34:11 +02:00
profiles control: Add profile .connect and .disconnect 2012-11-21 14:35:55 +02:00
scripts hid2hci: change subsystem in udev rule from usb to usb* 2012-11-20 14:22:16 +02:00
src device: Update reverse discovery timer from 2 to 1 second 2012-11-23 13:54:32 +02:00
test test: Add RequestDisconnection support to test-profile 2012-11-20 14:16:13 +02:00
tools hciconfig: Add an option to set which advertise type will be on 2012-11-22 10:13:20 +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 doc: Add HFP design document 2012-11-21 13:05:17 +02:00
Makefile.tools monitor: Add basic attribute UUID decoding 2012-11-20 16:12:51 +01: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