summaryrefslogtreecommitdiff
path: root/doc/battery-api.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add Battery Provider API docSonny Sasaka2020-11-301-0/+55
| | | | | | | | | | This patch add the documentation of the Battery Provider which lets external clients feed battery information to BlueZ if they are able to decode battery reporting via any profile. BlueZ UI clients can then use the org.bluez.Battery1 API as a single source of battery information coming from many different profiles. Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
* profiles/battery: Add Bluetooth LE Battery serviceBastien Nocera2017-11-031-0/+14
The Battery Level characteristic was tested with a Microsoft Arc Touch Mouse SE. The Battery1 interface is now exported for Bluetooth LE devices which support the Battery Level characteristic, providing a single "Percentage" value to other integration points in the OS, such as UPower for consumption on most free desktops. See https://bugs.freedesktop.org/show_bug.cgi?id=92370