bluez
is advertised as "Official Linux Bluetooth protocol stack". There's a package (several actually) that can be installed:
$ apt-cache search bluez
bluez - Bluetooth tools and daemons
bluez-cups - Bluetooth printer driver for CUPS
bluez-dbg - Bluetooth tools and daemons (with debugging symbols)
bluez-hcidump - Analyses Bluetooth HCI packets
bluez-obexd - bluez obex daemon
bluez-test-scripts - test scripts of bluez
bluez-test-tools - test tools of bluez
bluez-tools - Set of tools to manage Bluetooth devices for linux
What is the status of this package? I ask because after installing the bluez
package, I don't find a man
page available (there doesn't seem to be a file named bluez
on my machine). Does anyone else have one? Does it exist? Where can one get a copy? What is used for documentation?
$ man btmgmt
==>No manual entry for btmgmt
. Not sure how to navigate the file list, but nothing I saw suggested existence of a man page. Also, nothing listed under docs for bluez – Seamus Apr 06 '19 at 19:24/usr/share/man
with subdirectories for the sections. Tryman 1 bluetoothctl
orman 8 bluetoothd
for example. Online, try here: https://manpages.debian.org/stretch/bluez/index.html – Roger Jones Apr 06 '19 at 19:35bluetoothd
=bluez
... who knew? The file list you linked to is a big help in getting a handle on this. Maybe it's just me, but the "bluez universe" seems to be characterized by substandard documentation. – Seamus Apr 06 '19 at 21:01zcat /usr/share/doc/bluez/README.Debian.gz
was somewhat helpful, but again falls well short of the mark. The github site has a lot more. I got curious about this when I learned of thebtmgmt
utiity, but was unable to figure how it worked (no man pg). This all counts as progress, if not an answer. Would you like to take a stab at assembling all you've presented here as an answer? – Seamus Apr 06 '19 at 21:13btmgmt info
at the command line & study the output for a moment. – Seamus Apr 06 '19 at 22:43