feat: fetch battery percentage from upower if not found from bluez

This commit is contained in:
Alessio Molinari
2024-02-04 17:20:45 +01:00
parent 4c5ff80bbd
commit 2de8a83d84
2 changed files with 28 additions and 3 deletions

View File

@ -55,7 +55,7 @@ class Bluetooth : public ALabel {
GDBusProxy*, GVariant*, const gchar* const*,
gpointer) -> void;
auto getDeviceBatteryPercentage(GDBusObject*) -> std::optional<unsigned char>;
auto getDeviceBatteryPercentage(GDBusObject*, GDBusProxy*) -> std::optional<unsigned char>;
auto getDeviceProperties(GDBusObject*, DeviceInfo&) -> bool;
auto getControllerProperties(GDBusObject*, ControllerInfo&) -> bool;