Go to file
Claudio Takahasi e4a3edb111 Remove implicit connection from generic API
Generic attribute API should not actively manage L2CAP connections.
GAttrib instance is notified through registered callbacks. SetProperty
or DiscoverCharacteristic now returns NotConnected error if the link
is down.
2011-07-27 10:31:15 +03:00
attrib Remove implicit connection from generic API 2011-07-27 10:31:15 +03:00
audio Fix telephony driver compilation with GLib < 2.28 2011-07-19 00:05:40 +03:00
btio btio: Fix the return value of bt_io functions 2011-07-09 19:22:50 +03:00
compat Remove obsolete Sixaxis enablement in hidd 2011-05-29 21:59:30 +03:00
cups Fix unused variable warnings reported by GCC 4.6 2011-05-15 01:57:12 +03:00
doc Fix typo in mgmt-api 2011-07-26 13:01:46 +03:00
gdbus gdbus: Fix white space coding style issue 2011-07-09 19:10:04 +03:00
health Fix common misspelled words 2011-07-03 14:36:14 +03:00
input Improve input server connect log messages 2011-07-03 14:42:01 +03:00
lib Add L2CAP extended feature mask definitions 2011-07-26 11:00:02 +03:00
network Make use of g_slist_free_full on network plugin 2011-06-30 12:32:23 +03:00
plugins Fix removing inotify watch whenever an adapter is removed 2011-07-26 12:59:54 +03:00
proximity Add Link Loss device driver skeleton 2011-07-26 11:13:05 +03:00
sap Add SAP driver for ST-Ericsson U8500 platform 2011-07-13 11:44:28 +03:00
sbc sbc: Fix empty parameter list in usage() declaration 2011-05-18 09:08:44 -07:00
scripts Fix udev rule for Logitech devices 2011-06-09 13:26:46 +09:00
serial Fix common misspelled words 2011-07-03 14:36:14 +03:00
src Cleanup of primary service structs 2011-07-27 10:30:25 +03:00
test l2test: enhance L2CAP mode option 2011-07-26 11:01:00 +03:00
tools Fix common misspelled words 2011-07-03 14:36:14 +03:00
tracer Fix typo from deamon to daemon 2011-06-17 13:33:06 +03:00
.gitignore build: Add support for systemd service configuration 2011-07-01 20:48:33 -07:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 Add Proximity Profile plugin skeleton 2011-07-26 11:13:01 +03:00
AUTHORS Update Johan's email address 2011-06-16 21:54:15 +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 Proximity Profile plugin skeleton 2011-07-26 11:13:01 +03:00
ChangeLog Release 4.95 2011-07-04 21:57:21 +02:00
configure.ac Release 4.95 2011-07-04 21:57:21 +02: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 Proximity Monitor skeleton 2011-07-26 11:13:03 +03:00
Makefile.tools build: Rename configfiles option to datafiles 2011-07-01 20:47:23 -07: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