• Home
Name Date Size #Lines LOC

..--

parser/03-May-2024-12,0739,843

src/03-May-2024-2,6032,128

AUTHORSD03-May-2024178 65

Android.mkD03-May-2024692 4033

ChangeLogD03-May-20247.1 KiB277221

INSTALLD03-May-20249.3 KiB237179

MODULE_LICENSE_GPLD03-May-20240

Makefile.amD03-May-2024138 74

Makefile.inD03-May-202418.5 KiB599521

NEWSD03-May-20240

NOTICED03-May-202417.6 KiB341281

READMED03-May-2024882 3522

acinclude.m4D03-May-20242 KiB8366

aclocal.m4D03-May-202437.6 KiB1,063946

config.h.inD03-May-2024619 2617

configureD03-May-2024143.6 KiB5,1124,125

configure.inD03-May-2024275 2314

depcompD03-May-202417.2 KiB585370

install-shD03-May-202412.9 KiB508340

missingD03-May-202410.9 KiB368275

README

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