Go to file
Claudio Takahasi 744ac23e0f Disable automatic notification/indication in the attribute server
Attribute server shall not send automatic indication/notification
messages if the client didn't request them. Client shall use Client
/Server Characteristic Configuration descriptors to be notified about
attribute changes. If the server doesn't support these descriptors,
the client shall implement a polling mechanism to check for attribute
value changes.
2010-10-13 19:50:07 +03:00
attrib Add support for Attribute Write Request 2010-10-09 18:22:09 +03:00
audio Fix problem with operator name length 2010-10-13 18:00:02 +03:00
btio Add L2CAP fixed channels support for BTIO 2010-09-30 17:25:40 -03:00
compat Remove extra spaces at end of line in compat dir 2010-05-07 01:47:50 +03:00
cups Fix coding style issues in CUPS code 2010-09-01 21:45:16 +03:00
doc Add initial Bluetooth Management API doc 2010-10-06 13:46:16 +02:00
gdbus gdbus: fix not handling bus disconnects 2010-10-13 15:53:44 +03:00
health Some code cleanup in hdp 2010-10-13 17:42:15 +03:00
input Fix minor coding style issues 2010-09-02 23:15:14 +03:00
lib Use LMP_HOST prefix for the extended features 2010-10-05 09:04:09 +02:00
network Fix format string warnings for g_dbus_create_error 2010-08-19 23:24:42 +03:00
plugins Adjust mce_bt_set flag to gboolean type values 2010-10-13 17:23:21 +03:00
sbc sbc: ARMv6 optimized version of analysis filter for SBC encoder 2010-07-02 16:02:12 -03:00
scripts Also run bluetoothd on udev change events 2010-09-22 22:26:02 +03:00
serial Fix format string warnings for g_dbus_create_error 2010-08-19 23:24:42 +03:00
src Disable automatic notification/indication in the attribute server 2010-10-13 19:50:07 +03:00
test Update test script and create a new one 2010-10-06 10:37:08 +02:00
tools Bluetooth: Add support to specify patch download location 2010-10-05 08:56:13 +02:00
tracer Add manual log to hcitrace 2010-05-21 10:44:29 +02:00
.gitignore Fix the bluetooth.ver.in screwup 2010-10-06 14:11:53 +02:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 Remove --enable-mcap from configure command line options 2010-09-19 10:37:07 +03:00
AUTHORS Add missing author credits 2010-04-29 00:20:20 +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 Enable Health and Attribute plugins for testing 2010-10-06 10:19:59 +02:00
ChangeLog Release 4.75 2010-10-05 11:48:17 +02:00
configure.ac Fix the bluetooth.ver.in screwup 2010-10-06 14:11:53 +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 Fix the bluetooth.ver.in screwup 2010-10-06 14:11:53 +02:00
Makefile.tools Include simple-endpoint in the EXTRA_DIST 2010-09-15 16:48:03 +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 Disable automatic notification/indication in the attribute server 2010-10-13 19:50:07 +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