Blob: bluetooth-meshd.rst.in
Blob id: 042d9b77db27ff373440bb5ebf31ec2d43dd0df9
Size: 1.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 | ===============
bluetooth-meshd
===============
---------------------
Bluetooth Mesh daemon
---------------------
:Version: BlueZ
:Copyright: Free use of this software is granted under the terms of the GNU
Lesser General Public Licenses (LGPL).
:Date: March 2021
:Manual section: 8
:Manual group: Linux Connectivity
SYNOPSIS
========
**bluetooth-meshd** [*options* ...]
DESCRIPTION
===========
Daemon for managing Bluetooth Mesh connections on Linux.
OPTIONS
=======
-h, --help
Print bluetooth-meshd options and exit.
-n, --nodetach
Enable logging in foreground. Directs log output to the controlling
terminal in addition to syslog.
-i <type>, --io <type>
Specifies I/O interface type:
*auto* - Use first available controller: via MGMT interface
if kernel supports it, otherwise, via raw HCI socket.
*generic:[hci]<index>* - Use generic HCI io on interface
hci<index>.
*unit:<fd_path>*- Specifies open file descriptor for
daemon testing.
By default, if no type is specified, uses auto I/O
on the first available controller.
-c <file>, --config <file>
Specifies an explicit config file path instead of relying on the
default path(*@CONFIGDIR@/mesh-main.conf*) for the config file.
-s <dir_path>, --storage <dir path>
Specifies an explicit storage directory path instead of the default
path(*@MESH_STORAGEDIR@*) for storing mesh node(s) configuration.
-d, --debug Enable debug output.
-b, --dbus-debug Enable D-Bus debug output.
FILES
=====
*@CONFIGDIR@/mesh-main.conf*
Location of the global configuration file containing mesh daemon settings.
RESOURCES
=========
http://www.bluez.org
REPORTING BUGS
==============
linux-bluetooth@vger.kernel.org
|