Add documentation for the generic battery D-Bus interface. --- doc/battery-api.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/battery-api.txt diff --git a/doc/battery-api.txt b/doc/battery-api.txt new file mode 100644 index 0000000..9267bbd --- /dev/null +++ b/doc/battery-api.txt @@ -0,0 +1,24 @@ +BlueZ D-Bus Battery API description +*********************************** + + Texas Instruments, Inc. <chen.ganir@xxxxxx> + +Device Battery hierarchy +======================== + +Service org.bluez +Interface org.bluez.Battery1 +Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/BATTYYYY + +Methods Refresh() + + Refresh the battery level. If the battery level changed, + the Level signal will be sent with the new value. + +Properties uint16 Level [readonly] + + Battery level (0-100). + + object Device [readonly] + + Device object that owns the battery. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html