• Home
Name
Date
Size
#Lines
LOC

..--

audio/03-May-2024-22,09316,559

common/03-May-2024-4,7863,495

cups/03-May-2024-1,8431,398

doc/03-May-2024-1,174813

dund/03-May-2024-2,1341,619

eglib/03-May-2024-2,9822,238

gdbus/03-May-2024-1,9251,427

hcid/03-May-2024-26,73519,191

hidd/03-May-2024-2,6602,123

input/03-May-2024-3,9842,894

network/03-May-2024-4,4753,223

pand/03-May-2024-2,0731,594

plugins/03-May-2024-914687

rfcomm/03-May-2024-5,7273,913

sbc/03-May-2024-5,1453,839

scripts/03-May-2024-579466

sdpd/03-May-2024-2,8932,055

serial/03-May-2024-3,5342,618

test/03-May-2024-7,0785,395

tools/03-May-2024-23,20918,241

AUTHORSD03-May-20241.2 KiB3231

Android.mkD03-May-202437 21

COPYING.LIBD03-May-202425.8 KiB

ChangeLogD03-May-202424 KiB804673

INSTALLD03-May-20249.3 KiB237179

Makefile.amD03-May-2024306 107

Makefile.inD03-May-202420.2 KiB664581

NEWSD03-May-20240

NOTICED03-May-202417.6 KiB341281

READMED03-May-20241.1 KiB4128

acinclude.m4D03-May-202410.3 KiB335277

aclocal.m4D03-May-2024267.9 KiB7,6566,871

config.guessD03-May-202443.5 KiB1,5171,305

config.h.inD03-May-20242.1 KiB8456

config.subD03-May-202432 KiB1,6271,483

configureD03-May-2024394.4 KiB13,50411,009

configure.inD03-May-2024830 6250

depcompD03-May-202417.4 KiB590375

install-shD03-May-202413.3 KiB520344

ltmain.shD03-May-2024194.3 KiB6,9315,475

missingD03-May-202410.9 KiB368275

ylwrapD03-May-20246.1 KiB224124

README

1BlueZ - Bluetooth protocol stack for Linux
2******************************************
3
4Copyright (C) 2000-2001  Qualcomm Incorporated
5Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
6Copyright (C) 2002-2008  Marcel Holtmann <marcel@holtmann.org>
7
8Bluetooth utilities
9
10
11Compilation and installation
12============================
13
14In order to compile Bluetooth utilities you need following software packages:
15	- Linux Bluetooth protocol stack (BlueZ)
16	- GCC compiler
17	- D-Bus library
18	- USB library
19	- Lexical Analyzer (flex, lex)
20	- YACC (yacc, bison, byacc)
21
22To configure run:
23	./configure --prefix=/usr --mandir=/usr/share/man \
24		--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
25
26Configure automatically searches for all required components and packages.
27
28To compile and install run:
29	make && make install
30
31
32Information
33===========
34
35Mailing lists:
36	bluez-users@lists.sf.net - BlueZ general questions and discussions
37	bluez-devel@lists.sf.net - BlueZ development
38
39For additional information about the project visit BlueZ web site:
40	http://www.bluez.org
41