Diff between 27ae2f4fb252cf57beaed99fc1abeea66ce6a6b2 and 39d240cc054cd87539c811582df79f77c4a769fa

Changed Files

File Additions Deletions Status
doc/device-api.txt +8 -0 modified

Full Patch

diff --git a/doc/device-api.txt b/doc/device-api.txt
index 20d6c65..a8076a2 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -211,3 +211,11 @@ Properties	string Address [readonly]
 
 			Service advertisement data. Keys are the UUIDs in
 			string format followed by its byte array value.
+
+		array{object} GattServices [readonly, optional]
+
+			List of GATT service object paths. Each referenced
+			object exports the org.bluez.GattService1 interface and
+			represents a remote GATT service. This property will be
+			updated once all remote GATT services of this device
+			have been discovered and exported over D-Bus.