Iterate over the Bluetooth Devices property
[connman] / doc / connection-api.txt
index f0fba37..c39c6d2 100644 (file)
@@ -11,14 +11,28 @@ Methods             dict GetProperties()
                        the properties section for available properties.
 
                        Possible Errors: [service].Error.InvalidArguments
-                                        [service].Error.DoesNotExist
 
 Signals                PropertyChanged(string name, variant value)
 
                        This signal indicates a changed value of the given
                        property.
 
-Properties     string IPv4.Method [readonly]
+Properties     string Type [readonly]
+
+                       The connection type (for example wifi etc.)
+
+               uint8 Strength [readonly]
+
+                       Indicates the signal strength of the connection.
+
+                       This property is optional and not always present.
+
+               boolean Default [readonly]
+
+                       Indicates if it is a default connection. It is
+                       possible to have multiple default connections.
+
+               string IPv4.Method [readonly]
 
                        Indicates the way how the IPv4 settings were
                        configured. Possible values here are "dhcp"