Go to file
Max Krasnyansky 982ff3a573 Add support for SO_LINGER option.
Call shutdown() before closing socket and check return value. This is used
with SO_LINGER to check for errors during DCL disconnection.
2003-05-19 21:05:27 +00:00
hcid Define SSIZE_MAX if not defined 2003-04-27 15:46:45 +00:00
pcmcia Add entry for Billionton Bluetooth card 2002-11-23 18:07:07 +00:00
rfcomm Update of the man page 2003-04-15 19:30:47 +00:00
scripts Allow PIN length from 1 to 16 2003-04-30 21:03:18 +00:00
test Add support for SO_LINGER option. 2003-05-19 21:05:27 +00:00
tools Display AVM firmware version with 'revision' command 2003-05-19 14:20:23 +00:00
acinclude.m4 Use original path when libtoolized library not found. 2002-10-10 18:29:12 +00:00
AUTHORS Cleanup 2002-10-07 08:14:34 +00:00
bootstrap Build env cleanup. Remove auto generated files from CVS. 2002-05-23 20:57:19 +00:00
ChangeLog New version. 2003-03-20 20:26:31 +00:00
config.guess Libtoolize and fix top level build. 2002-05-27 02:25:33 +00:00
config.sub Libtoolize and fix top level build. 2002-05-27 02:25:33 +00:00
configure.in New version. 2003-03-20 20:26:31 +00:00
COPYING Initial revision 2002-03-08 21:12:35 +00:00
INSTALL Initial revision 2002-03-08 21:12:35 +00:00
install-sh Initial revision 2002-03-08 21:12:35 +00:00
ltmain.sh Libtoolize and fix top level build. 2002-05-27 02:25:33 +00:00
Makefile.am Add RPM spec file. Configure fixes. 2002-12-21 06:47:32 +00:00
missing Initial revision 2002-03-08 21:12:35 +00:00
mkinstalldirs Initial revision 2002-03-08 21:12:35 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Initial revision 2002-03-08 21:12:35 +00:00
utils.spec New version. 2003-03-20 20:26:31 +00:00

BlueZ - Bluetooth protocol stack for Linux
Copyright (C) 2000-2001 Qualcomm Incorporated

Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>

Bluetooth utilities

1. Compilation and Installation.

In order to compile Bluetooth utilies you need following software packages:
  - Linux kernel 2.4.X source code 
  - GCC compiler
  - Lexical Analyzer (flex, lex)
  - YACC (yacc, bison, byacc)

To configure run:
  ./configure
 
Configure automatically searches for all required components and packages. 

To compile and install run:
  make install

2.0 Information

Mailing lists:
	bluez-announce@lists.sourceforge.net - BlueZ announcements
	bluez-users@lists.sourceforge.net    - BlueZ general questions and discussions
	bluez-devel@lists.sourceforge.net    - BlueZ development 
	bluez-commit@lists.sourceforge.net   - BlueZ commits to the CVS repository

For additional information about the project visit BlueZ web site:
	http://bluez.sf.net 
 
Maxim Krasnyansky <maxk@qualcomm.com>