Conversation
Notices
-
Embed this notice
Does anyone know of an utility other than bluetoothctl for getting bluetooth device information on Linux? Specifically I need to know if there are connected bluetooth devices, and their names and device class
-
Embed this notice
@reiddragon It seems you can only manually poll that information via BlueZ on GNU - as nobody has bothered to write a shell utility that exports such information.
-
Embed this notice
@reiddragon It doesn't look like dbus is a direct dependency of bluez-tools (turns out those are the shell utilities).
It does depend on glib, which of course can be compiled wrong to use dbus.
I have glib installed with USE="-dbus" on Gentoo-libre.
-
Embed this notice
@Suiseiseki ofc... was really hoping to avoid dbus