Diff between b7ca43eedfd5a028909a410287ad915ec026e24d and 5c05df7c7607d18aa1dc115eca1ea6c08668c85e

Changed Files

File Additions Deletions Status
doc/device-api.txt +11 -1 modified

Full Patch

diff --git a/doc/device-api.txt b/doc/device-api.txt
index 4e824d2..6a90664 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -169,7 +169,17 @@ Properties	string Address [readonly]
 
 		boolean Paired [readonly]
 
-			Indicates if the remote device is paired.
+			Indicates if the remote device is paired. Pairing is
+			the process where devices exchange the information to
+			establish an encrypted connection.
+
+		boolean Bonded [readonly]
+
+			Indicates if the remote device is bonded. Bonded means
+			the link key or the ltk from the pairing process has
+			been stored.
+			A PropertiesChanged signal indicate changes to this
+			status.
 
 		boolean Connected [readonly]