Go to file
Johan Hedberg 3011a312a7 mgmt: Implement adapter name control
This patch adds a new set_local_name command as well as a
local_name_changed event to the management interface. Instead of 248
bytes (like in the HCI spec) 249 bytes are always reserved for the name
in the messages so that there's a guarantee of it being nul-terminated
(this is not guaranteed on the HCI level).
2011-03-15 19:32:09 +02:00
attrib Fix not returning an error when DiscoverCharacteristics() fails 2011-03-15 10:52:56 +02:00
audio Increase AVDTP request timeout 2011-03-10 11:06:16 +02:00
btio Get mode option for L2CAP sockets 2010-10-18 17:14:53 +03:00
compat pand: Fix for TP_BNEP_CTRL_BV_01_C qualification test 2011-03-10 11:00:37 +02:00
cups Fix coding style issues in CUPS code 2010-09-01 21:45:16 +03:00
doc mgmt: Implement adapter name control 2011-03-15 19:32:09 +02:00
gdbus gdbus: Unconditionally remove D-Bus timeouts 2011-03-09 13:34:03 -08:00
health Add more functions for new UUID handling 2011-03-15 10:42:50 +02:00
input Fix HID channel reference count issues 2011-02-07 15:27:03 -08:00
lib mgmt: Implement adapter name control 2011-03-15 19:32:09 +02:00
network network: Fix for TP_BNEP_CTRL_BV_01_C qualification test 2011-03-14 17:10:38 +02:00
plugins mgmt: Implement adapter name control 2011-03-15 19:32:09 +02:00
sap Add Sim Access Profile Manager 2011-03-10 16:03:50 +02:00
sbc sbc: detect when bitpool has changed 2010-12-23 00:43:22 +02:00
scripts Also run bluetoothd on udev change events 2010-09-22 22:26:02 +03:00
serial Fix use of deprecated glib on serial plugin 2011-01-19 14:10:05 +02:00
src Fix unloading of adapter drivers 2011-03-10 22:02:56 +02:00
test Update the test-attrib test script 2011-03-15 10:53:12 +02:00
tools Adjust LE command timeout and API 2011-03-10 11:11:17 +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 Add Sim Access Profile Manager 2011-03-10 16:03:50 +02:00
AUTHORS Mention Brian's contributions 2011-02-20 12:14:10 -08: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.89 2011-02-20 12:36:16 -08:00
configure.ac Release 4.89 2011-02-20 12:36:16 -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 new UUID utility functions 2011-03-15 10:35:40 +02:00
Makefile.tools rename: tools/main.c to tools/rfcomm.c 2011-02-04 06:55:46 +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 mgmt: Implement adapter name control 2011-03-15 19:32:09 +02: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