Go to file
Santiago Carot-Nemesio 7606d74e2d attrib-server: Attach attrib_channel in adapter clients list
This patch attaches attribute channels to the gatt server list instead
of using the global client list. Furthermore, we use the GATT server
started in the default adapter when attrib_channel_detach is invoked in
order to keep backward compatibility until the interface is updated to
accept the adapter too.
2011-12-30 12:55:46 +02:00
alert Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09:00
attrib attrib-client: Fix consecutive set value when disconnected 2011-12-27 12:05:20 +02:00
audio audio: Use headset_shutdown in headset_setconf_cb 2011-12-27 12:06:15 +02:00
btio btio: Fix byte order conversion when getting L2CAP CID 2011-12-08 14:23:04 +02:00
compat Off-by-one error in uses_rfcomm 2011-08-29 13:45:59 +03:00
cups cups: Fix D-Bus reply memory leaks 2011-12-08 12:44:28 +02:00
doc adapter-api: Fix incorrect spelling 2011-12-27 12:06:59 +02:00
gdbus gdbus: Fix white space coding style issue 2011-07-09 19:10:04 +03:00
health Fix device address type tracking 2011-12-23 13:00:55 +02:00
input Fix device address type tracking 2011-12-23 13:00:55 +02:00
lib mgmt: Update confirm_name definitions to match API specification 2011-12-19 14:14:57 +02:00
mgmt Fix size_t format specifiers 2011-12-19 14:35:03 +02:00
network Fix device address type tracking 2011-12-23 13:00:55 +02:00
plugins hciops: Fix integer type for Class of Device 2011-12-28 23:00:46 +02:00
proximity Fix device address type tracking 2011-12-23 13:00:55 +02:00
sap sap-u8500: Fix errno handling convention 2011-11-17 13:57:53 +02:00
sbc sbc: Reduce for-loop induced indentation in sbc_unpack_frame 2011-10-19 11:13:11 +03:00
scripts Fix udev rule for Logitech devices 2011-06-09 13:26:46 +09:00
serial Fix device address type tracking 2011-12-23 13:00:55 +02:00
src attrib-server: Attach attrib_channel in adapter clients list 2011-12-30 12:55:46 +02:00
test mpris-player: Fix D-Bus reply memory leaks 2011-12-08 12:44:56 +02:00
thermometer thermometer: Use system types instead of glib ones 2011-12-15 13:24:26 +02:00
time Time Profile: add Local Time Information characteristic 2011-11-14 21:14:21 +02:00
tools hciconfig: Print features for AMP devices 2011-12-08 11:39:40 +02:00
tracer Fix typo from deamon to daemon 2011-06-17 13:33:06 +03:00
unit Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
.gitignore Add btmgmt to .gitignore 2011-10-25 17:10:52 +02:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 build: Move libcheck under TEST conditional 2011-12-27 20:09:56 -08:00
AUTHORS Add Szymon Janc to AUTHORS 2011-10-12 16:53:58 +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 Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09:00
ChangeLog Release 4.97 2011-12-22 17:39:07 -08:00
configure.ac build: Move libcheck under TEST conditional 2011-12-27 20:09:56 -08: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 tools to include folder list 2011-12-28 09:37:09 -08:00
Makefile.tools hciemu: Use epoll() instead of GLib mainloop 2011-11-30 17:51:13 +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 hard-coded PSM for GATT over basic rate 2011-04-14 20:12:18 +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