bluetooth-meshd.rst 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. ===============
  2. bluetooth-meshd
  3. ===============
  4. ---------------------
  5. Bluetooth Mesh daemon
  6. ---------------------
  7. :Version: BlueZ
  8. :Copyright: Free use of this software is granted under ther terms of the GNU
  9. Lesser General Public Licenses (LGPL).
  10. :Date: March 2021
  11. :Manual section: 8
  12. :Manual group: Linux Connectivity
  13. SYNOPSIS
  14. ========
  15. **bluetooth-meshd** [*options* ...]
  16. DESCRIPTION
  17. ===========
  18. Daemon for managing Bluetooth Mesh connections on Linux.
  19. OPTIONS
  20. =======
  21. -h, --help
  22. Print bluetooth-meshd options and exit.
  23. -n, --nodetach
  24. Enable logging in foreground. Directs log output to the controlling
  25. terminal in addition to syslog.
  26. -i <type>, --io <type>
  27. Specifies I/O interface type:
  28. *hci<index>* - Use generic HCI io on interface hci<index>,
  29. or, if no idex is specified, the first available one.
  30. *unit:<fd_path>*- Specifies open file descriptor for
  31. daemon testing.
  32. By default, if no type is specified, uses generic I/O
  33. on the first available HCI interface.
  34. -c <file>, --config <file>
  35. Specifies an explicit config file path instead of relying on the
  36. default path(*/etc/bluetooth/mesh-main.conf*) for the config file.
  37. -s <dir_path>, --storage <dir path>
  38. Specifies an explicit storage directory path instead of the default
  39. path(*/var/lib/bluetooth/mesh*) for storing mesh node(s) configuration.
  40. -d, --debug Enable debug output.
  41. -b, --dbus-debug Enable D-Bus debug output.
  42. FILES
  43. =====
  44. */etc/bluetooth/mesh-main.conf*
  45. Location of the global configuration file containing mesh daemon settings.
  46. RESOURCES
  47. =========
  48. http://www.bluez.org
  49. REPORTING BUGS
  50. ==============
  51. linux-bluetooth@vger.kernel.org