Imported Upstream connman version 1.38
[platform/upstream/connman.git] / doc / technology-api.txt
old mode 100644 (file)
new mode 100755 (executable)
index 9fe66b3..f22e9b2
@@ -36,6 +36,10 @@ Methods              dict GetProperties()  [deprecated]
                        Results will be signaled via the ServicesChanged
                        signal from the manager interface.
 
+                       In case of P2P technology, results will be signaled
+                       via the PeersChanged signal from the manager
+                       interface.
+
 Signals                PropertyChanged(string name, variant value)
 
                        This signal indicates a changed value of the given
@@ -50,15 +54,18 @@ Properties  boolean Powered [readwrite]
 
                boolean Connected [readonly]
 
-                       Boolean representing if a technolgy is connected.
+                       Boolean representing if a technology is connected.
 
-                       This is just a convience property for allowing the
-                       UI to easily show if this technolgy has an active
+                       This is just a convenience property for allowing the
+                       UI to easily show if this technology has an active
                        connection or not.
 
                        If this property is True it means that at least one
                        service of this technology is in ready state.
 
+                       In case of P2P technology, this property indicates
+                       if the peer is fully connected to another peer.
+
                string Name [readonly]
 
                        Name of this technology.
@@ -93,11 +100,3 @@ Properties  boolean Powered [readwrite]
                        This property is only valid for the WiFi technology,
                        and is then mapped to the WPA pre-shared key clients
                        will have to use in order to establish a connection.
-
-               uint32  IdleTimeout [readwrite] [experimental]
-
-                       If the technology is idle for given period then it
-                       will go offline if no Service with this technology
-                       has AutoConnect set to True.
-
-                       If the timeout is 0, this feature is disabled.