Go to file
Claudio Takahasi e0c4ed89ae Check the device type when creating the device
For CreateDevice, if the remote device is LE capable, Discover All
Primary Services shall be issued instead of SDP queries. The logic
to define if the remote is LE capable shall be based on the result
of the interleaved discovery results. Meaning, the remote device
is classified as LE capable only if an advertising event from this
device was collected during the discovery.

Limitation: Advertising event data is not being considered yet to
infer the remote properties and CreateDevice needs to be called
during the discovery session.
2010-11-29 19:19:37 +02:00
attrib Implement primary service search when creating a device 2010-11-29 19:18:33 +02:00
audio Remove unused includes 2010-11-28 13:41:35 +02:00
btio Get mode option for L2CAP sockets 2010-10-18 17:14:53 +03:00
compat Remove unused includes 2010-11-28 13:41:35 +02:00
cups Fix coding style issues in CUPS code 2010-09-01 21:45:16 +03:00
doc Fix typo in adapter documentation 2010-11-22 23:06:23 +01:00
gdbus gdbus: fix not handling bus disconnects 2010-10-13 15:53:44 +03:00
health Fix MDL and MCL reference counting in IO watchers 2010-11-22 18:02:26 +01:00
input Remove unused includes 2010-11-28 13:41:35 +02:00
lib Make LE_LINK define private to hcitool.c for now 2010-11-21 20:01:20 +01:00
network Remove unused includes 2010-11-28 13:41:35 +02:00
plugins Use existing bit functions from hci.h 2010-11-28 20:23:43 +02:00
sbc Add iwmmxt optimization for sbc for pxa series cpu 2010-11-18 18:50:20 +02:00
scripts Also run bluetoothd on udev change events 2010-09-22 22:26:02 +03:00
serial Remove unused includes 2010-11-28 13:41:35 +02:00
src Check the device type when creating the device 2010-11-29 19:19:37 +02:00
test Modify test-health script to make it more interactive 2010-10-21 09:44:02 +02:00
tools hciattach: download configuration at user requested baud rate 2010-11-23 12:09:20 +01: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 INdT developers in AUTHORS 2010-10-15 16:54:39 +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 Enable Health and Attribute plugins for testing 2010-10-06 10:19:59 +02:00
ChangeLog Release 4.80 2010-11-21 20:12:19 +01:00
configure.ac Release 4.80 2010-11-21 20:12:19 +01: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 Implement Discover Primary Service by Service UUID in the gatttool 2010-11-18 22:00:02 +02:00
Makefile.tools Fix test-attrib not being listed in EXTRA_DIST 2010-11-11 16:22:41 +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 Adding a new option to specify security level for gatttool 2010-11-18 14:20:11 +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