Go to file
João Paulo Rechi Vita db5cbee758 hog: Register ATTIO callbacks
This way the LE connection is kept up. Also set device to autoconnect.
2012-07-09 10:02:37 -03:00
alert GATT: Profile support for EnableGatt 2012-03-26 12:12:24 +03:00
attrib generic attribute: Use GAttrib buffer 2012-06-27 15:49:19 +03:00
audio AVRCP: Register AVRCP before MEDIA interface 2012-07-05 12:50:50 +03:00
btio btio: Add address type in bt_io_connect 2012-04-25 12:58:48 +03:00
cups cups: Fix D-Bus reply memory leaks 2011-12-08 12:44:28 +02:00
deviceinfo dis: Reduce array size for PnP ID 2012-06-27 15:49:18 +03:00
doc sink: remove deprecated D-Bus method 2012-07-05 11:14:41 +03:00
emulator emulator: Add initial version of new emulator 2012-02-27 10:56:43 -08:00
gdbus gdbus: Fix removal of filter after last filter_data 2012-06-28 10:37:42 +03:00
health health: Move UUID string definition to lib 2012-06-02 09:07:45 +08:00
input hog: Register ATTIO callbacks 2012-07-09 10:02:37 -03:00
lib lib: Add headers for AMP ASSOC data 2012-06-28 16:14:40 +03:00
mgmt btmgmt: Fix use after free in mgmt_check_pending 2012-06-07 23:34:45 +08:00
monitor monitor: Fix optstring to parse -b parameter 2012-06-28 10:36:08 +03:00
network network: fix network Connect() method parameters 2012-07-02 11:09:20 +03:00
plugins mgmtops: Fix calling btd_adapter_start() for an off adapter 2012-07-07 10:15:49 +01:00
proximity proximity: Reduce array size for Tx Power Level 2012-06-27 15:49:18 +03:00
sap sap-dummy: Fix initialization if multiple adapters are present 2012-07-02 13:48:05 +03:00
sbc Fix spelling errors 2012-04-04 13:03:54 +03:00
scripts udev: remove udev activation of the blutooth daemon 2012-05-08 13:17:15 -07:00
serial serial: Move UUID string definition to lib 2012-06-02 09:07:43 +08:00
src storage: Store address type in "names" file 2012-07-05 13:33:21 +03:00
test headset: remove deprecated D-Bus methods 2012-07-05 11:14:38 +03:00
thermometer thermometer: Reduce array size for Measurement Interval 2012-06-27 15:49:18 +03:00
time time: Add Reference Time Update Service 2012-07-05 11:07:33 +03:00
tools hciattach: fix return length after reading the patch file 2012-07-04 15:39:54 +03:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore test: Fix test-sap-server import issue 2012-07-02 14:13:43 +03:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 hog: Register HID over GATT device driver 2012-07-09 09:57:42 -03:00
AUTHORS Add Syam's email address 2012-04-13 12:45:20 +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 remove compat daemons 2012-07-04 15:04:36 +03:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac audio: Remove ALSA support 2012-07-02 13:13:43 +03: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 hog: Register ATTIO callbacks 2012-07-09 10:02:37 -03:00
Makefile.tools build: Fix "make distcheck" 2012-07-05 20:27:49 +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: Mark legacy audio IPC removal as done 2012-07-02 13:22:51 +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