Blob: bluetoothd.rst.in

Blob id: b677b805fd4e4529f20853e29d8419077a52165b

Size: 2.7 KB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
==========
bluetoothd
==========

----------------
Bluetooth daemon
----------------

:Authors: - Marcel Holtmann
          - Philipp Matthias Hahn
          - Fredrik Noring
:Version: BlueZ
:Copyright: Free use of this software is granted under the terms of the GNU
            Lesser General Public Licenses (LGPL).
:Date: March, 2004
:Manual section: 8
:Manual group: System management commands

SYNOPSIS
========

**bluetoothd** [--version] | [--help]

**bluetoothd**  [--nodetach]  [--compat] [--experimental] [--debug=<*files*>]
[--plugin=<*plugins*>] [--noplugin=<*plugins*>]

DESCRIPTION
===========

This manual page documents briefly the **bluetoothd** daemon, which manages
all the Bluetooth devices. **bluetoothd** can also provide a number of services
via the D-Bus message bus system.

OPTIONS
=======

-v, --version       Print bluetoothd version and exit.

-h, --help          Print bluetoothd options and exit.

-n, --nodetach      Enable logging in foreground. Directs log output to the
                    controlling terminal in addition to syslog.

-f, --configfile    Specifies an explicit config file path instead of relying
                    on the default path(*@CONFIGDIR@/main.conf*)
                    for the config file.

-d, --debug=<file1>:<file2>:...
    Sets how much information bluetoothd sends to the log destination (usually
    syslog's "daemon" facility). If the file options are omitted, then
    debugging information from all the source files are printed. If file
    options are present, then only debug prints from that source file are
    printed. The option can be a pattern containing "*" and "?" characters.

    Example: --debug=src/adapter.c:src/agent.c

-p, --plugin=<plugin1>,<plugin2>,..
    Load these plugins only. The option can be a pattern containing  "*" and
    "?" characters.

-P, --noplugin=<plugin1>,<plugin2>,..
    Never load these plugins. The option can be a pattern containing "*" and
    "?"  characters.

-C, --compat        Provide deprecated command line interfaces.

-E, --experimental  Enable D-Bus experimental interfaces.
    These interfaces are not guaranteed to be compatible or present in future
    releases.

-T, --testing  Enable D-Bus testing interfaces.
    These interfaces are only meant for test validation of the internals of
    bluetoothd and shall not never be used by anything other than that.

-K, --kernel=<uuid1>,<uuid2>,...
    Enable Kernel experimental features. Kernel experimental features are
    considered unstable and may be removed from future kernel releases.

FILES
=====

*@CONFIGDIR@/main.conf*
    Location of the global configuration file.

RESOURCES
=========

http://www.bluez.org

REPORTING BUGS
==============

linux-bluetooth@vger.kernel.org