2023-10-05 17:12:28

by Pauli Virtanen

[permalink] [raw]
Subject: [PATCH BlueZ 2/2] doc: mark battery APIs non-experimental

Remove experimental status also from documentation.
---
doc/battery-api.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/battery-api.txt b/doc/battery-api.txt
index 9a6b4fd39..c03d64fc6 100644
--- a/doc/battery-api.txt
+++ b/doc/battery-api.txt
@@ -13,7 +13,7 @@ Properties byte Percentage [readonly]

The percentage of battery left as an unsigned 8-bit integer.

- string Source [readonly, optional, experimental]
+ string Source [readonly, optional]

Describes where the battery information comes from
This property is informational only and may be useful
@@ -36,7 +36,7 @@ BlueZ will stop monitoring these exposed and removed objects after
UnregisterBatteryProvider is called for that provider ID.

Service org.bluez
-Interface org.bluez.BatteryProviderManager1 [experimental]
+Interface org.bluez.BatteryProviderManager1
Object path /org/bluez/{hci0,hci1,...}

Methods void RegisterBatteryProvider(object provider)
@@ -56,7 +56,7 @@ Battery Provider hierarchy
==========================

Service <client D-Bus address>
-Interface org.bluez.BatteryProvider1 [experimental]
+Interface org.bluez.BatteryProvider1
Object path {provider_root}/{unique battery object path}

Properties Objects provided on this interface contain the same properties
--
2.41.0