Fix referencing incorrect bssid_list
[platform/upstream/connman.git] / doc / technology-api.txt
old mode 100644 (file)
new mode 100755 (executable)
index 6429776..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.