Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
attrib/ | 03-May-2024 | - | 6,363 | 4,762 | ||
audio/ | 03-May-2024 | - | 37,615 | 28,565 | ||
btio/ | 03-May-2024 | - | 2,473 | 2,007 | ||
common/ | 03-May-2024 | - | 205 | 146 | ||
compat/ | 03-May-2024 | - | 6,064 | 4,644 | ||
cups/ | 03-May-2024 | - | 1,524 | 1,115 | ||
doc/ | 03-May-2024 | - | 3,037 | 2,035 | ||
gdbus/ | 03-May-2024 | - | 2,763 | 2,037 | ||
health/ | 03-May-2024 | - | 8,551 | 6,508 | ||
input/ | 03-May-2024 | - | 3,076 | 2,237 | ||
lib/ | 03-May-2024 | - | 13,896 | 10,399 | ||
network/ | 03-May-2024 | - | 3,170 | 2,328 | ||
plugins/ | 03-May-2024 | - | 9,092 | 6,664 | ||
sap/ | 03-May-2024 | - | 2,182 | 1,546 | ||
sbc/ | 03-May-2024 | - | 6,103 | 4,627 | ||
scripts/ | 03-May-2024 | - | 112 | 78 | ||
serial/ | 03-May-2024 | - | 2,228 | 1,595 | ||
src/ | 03-May-2024 | - | 20,176 | 14,424 | ||
test/ | 03-May-2024 | - | 14,161 | 10,911 | ||
tools/ | 03-May-2024 | - | 29,744 | 22,841 | ||
tracer/ | 03-May-2024 | - | 153 | 95 | ||
.gitignore | D | 03-May-2024 | 1.1 KiB | 91 | 86 | |
.mailmap | D | 03-May-2024 | 521 | 8 | 7 | |
AUTHORS | D | 03-May-2024 | 2.2 KiB | 57 | 56 | |
Android.mk | D | 03-May-2024 | 680 | 19 | 3 | |
COPYING | D | 03-May-2024 | 17.6 KiB | 341 | 281 | |
COPYING.LIB | D | 03-May-2024 | 25.8 KiB | |||
ChangeLog | D | 03-May-2024 | 60.1 KiB | 1,630 | 1,458 | |
CleanSpec.mk | D | 03-May-2024 | 2.5 KiB | 54 | 4 | |
INSTALL | D | 03-May-2024 | 9.3 KiB | 237 | 179 | |
MODULE_LICENSE_GPL | D | 03-May-2024 | 0 | |||
Makefile.am | D | 03-May-2024 | 10.6 KiB | 418 | 307 | |
Makefile.tools | D | 03-May-2024 | 6.3 KiB | 252 | 175 | |
NEWS | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 45.9 KiB | 904 | 754 | |
README | D | 03-May-2024 | 1,000 | 39 | 27 | |
TODO | D | 03-May-2024 | 8.4 KiB | 245 | 180 | |
ThirdPartyProject.prop | D | 03-May-2024 | 223 | 11 | 10 | |
acinclude.m4 | D | 03-May-2024 | 12.7 KiB | 410 | 342 | |
bluez.pc.in | D | 03-May-2024 | 217 | 11 | 9 | |
bootstrap | D | 03-May-2024 | 138 | 8 | 5 | |
bootstrap-configure | D | 03-May-2024 | 676 | 36 | 31 | |
configure.ac | D | 03-May-2024 | 1.2 KiB | 62 | 45 |
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-2010 Marcel Holtmann <marcel@holtmann.org> 7 8 9Compilation and installation 10============================ 11 12In order to compile Bluetooth utilities you need following software packages: 13 - Linux Bluetooth protocol stack (BlueZ) 14 - GCC compiler 15 - D-Bus library 16 - GLib library 17 - USB library (optional) 18 - Lexical Analyzer (flex, lex) 19 - YACC (yacc, bison, byacc) 20 21To configure run: 22 ./configure --prefix=/usr --mandir=/usr/share/man \ 23 --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib 24 25Configure automatically searches for all required components and packages. 26 27To compile and install run: 28 make && make install 29 30 31Information 32=========== 33 34Mailing lists: 35 linux-bluetooth@vger.kernel.org 36 37For additional information about the project visit BlueZ web site: 38 http://www.bluez.org 39