summaryrefslogtreecommitdiff
path: root/src/linux/up-device-bluez.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add support for Bluetooth LE device batteriesBastien Nocera2017-11-021-0/+182
As exported through BlueZ's org.bluez.Battery1 D-Bus interface. This interface is only used for device where the battery information cannot be processed in the kernel. This is the first UpDevice type that doesn't use UdevDevice for the Linux backend, and it is also the first that does not poll() status at all. https://bugs.freedesktop.org/show_bug.cgi?id=92370