Home | History | Annotate | only in /external/bluetooth/hcidump
Up to higher level directory
NameDateSize
.gitignore10-Jul-2012206
.mailmap10-Jul-201270
acinclude.m410-Jul-2012683
Android.mk10-Jul-2012752
AUTHORS10-Jul-2012222
bootstrap10-Jul-201294
bootstrap-configure10-Jul-2012194
ChangeLog10-Jul-20127.6K
CleanSpec.mk10-Jul-20122.2K
configure.in10-Jul-2012853
COPYING10-Jul-201217.6K
INSTALL10-Jul-20129.3K
Makefile.am10-Jul-20121K
NEWS10-Jul-20120
parser/10-Jul-2012
README10-Jul-2012798
src/10-Jul-2012

README

      1 BlueZ - Bluetooth protocol stack for Linux
      2 ******************************************
      3 
      4 Copyright (C) 2000-2002  Maxim Krasnyansky <maxk (a] qualcomm.com>
      5 Copyright (C) 2003-2011  Marcel Holtmann <marcel (a] holtmann.org>
      6 
      7 Bluetooth packet analyzer
      8 
      9 
     10 Compilation and installation
     11 ============================
     12 
     13 In order to compile Bluetooth analyzer you need following software packages:
     14 	- Linux Bluetooth protocol stack (BlueZ)
     15 	- GCC compiler
     16 
     17 To configure run:
     18 	./configure --prefix=/usr --mandir=/usr/share/man
     19 
     20 Configure automatically searches for all required components and packages.
     21 
     22 To compile and install run:
     23 	make && make install
     24 
     25 
     26 Information
     27 ===========
     28 
     29 Mailing lists:
     30 	linux-bluetooth (a] vger.kernel.org
     31 
     32 For additional information about the project visit BlueZ web site:
     33 	http://www.bluez.org
     34