Go to file
Lukasz Rymanowski 519ff20d9e SAP: Fix handling ongoing call
If device is in ongoing call SAP server shall response on connect with
connection status 0x04 and once call is ended shall send reset status
indication.

With this patch, when reset status indication comes from backend and SAP
server is in connection in progreess state, SAP server changes state to
connected.
2011-11-10 10:24:46 +02:00
alert Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09:00
attrib Add glib-compat.h to deal with issues in old GLib versions 2011-10-18 10:57:06 +03:00
audio AVRCP: implement TRACK-REACHED-END event 2011-11-04 15:38:33 +02:00
btio btio: add BT_IO_OPT_PRIORITY option 2011-11-04 15:41:41 +02:00
compat Off-by-one error in uses_rfcomm 2011-08-29 13:45:59 +03:00
cups Fix unused variable warnings reported by GCC 4.6 2011-05-15 01:57:12 +03:00
doc mgmt: Add LE public/random info to address types 2011-11-09 13:52:05 +02:00
gdbus gdbus: Fix white space coding style issue 2011-07-09 19:10:04 +03:00
health Move SDP client functions from glib-helper.c to sdp-client.c 2011-10-18 11:15:23 +03:00
input Fix input pending connect handling 2011-10-17 16:33:47 +03:00
lib mgmt: Add LE public/random info to address types 2011-11-09 13:52:05 +02:00
mgmt btmgmt: Fix missing : in switch statement 2011-11-09 15:55:12 +02:00
network Add glib-compat.h to deal with issues in old GLib versions 2011-10-18 10:57:06 +03:00
plugins mgmt: Update BR/EDR link key message naming to match new API 2011-11-07 20:09:03 +02:00
proximity Emit LinkLossAlertLevel after writing the alert 2011-10-05 11:16:14 +03:00
sap SAP: Fix handling ongoing call 2011-11-10 10:24:46 +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 Move SDP client functions from glib-helper.c to sdp-client.c 2011-10-18 11:15:23 +03:00
src Add rule to allow sending messages to MediaPlayer interface 2011-10-28 15:15:45 +03:00
test btiotest: Add option to set socket priority 2011-11-04 15:41:56 +02:00
thermometer Implement D-Bus get properties function 2011-11-02 11:55:43 +02:00
time Add GATT Time Server skeleton plugin 2011-09-22 20:05:04 +09:00
tools hcitool: Fix EIR parsing 2011-10-14 14:23:05 +03: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 Add Phone Alert Server skeleton plugin 2011-09-22 20:05:06 +09: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.96 2011-08-01 01:15:20 +02:00
configure.ac Use PKG_CHECK_MODULES instead of (deprecated) AM_PATH_CHECK 2011-10-25 21:54:41 +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 Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
Makefile.tools Add basic read_controller_info support to btmgmt 2011-10-26 17:51:50 +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 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