Diff between 0cc2fb37f479ecdb2d10a23d526dbcff88ca9385 and ae0d77e7d63a7666be6c3cc277a9e94a0badc254

Changed Files

File Additions Deletions Status
doc/adapter-api.txt +8 -1 modified

Full Patch

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 7a587fb..1ccd943 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -64,7 +64,7 @@ Properties	string Address [readonly]
 		boolean Powered [readwrite]
 
 			Switch an adapter on or off. This will also set the
-			appropriate connectable state.
+			appropriate connectable state of the controller.
 
 		boolean Discoverable [readwrite]
 
@@ -84,6 +84,8 @@ Properties	string Address [readonly]
 			this property will be updated via a PropertyChanged
 			signal.
 
+			For any new adapter this settings defaults to false.
+
 		boolean Pairable [readwrite]
 
 			Switch an adapter to pairable or non-pairable. This is
@@ -93,12 +95,17 @@ Properties	string Address [readonly]
 			Note that this property only affects incoming pairing
 			requests.
 
+			For any new adapter this settings defaults to true.
+
 		uint32 PairableTimeout [readwrite]
 
 			The pairable timeout in seconds. A value of zero
 			means that the timeout is disabled and it will stay in
 			pairable mode forever.
 
+			The default value for pairable timeout should be
+			disabled (value 0).
+
 		uint32 DiscoverableTimeout [readwrite]
 
 			The discoverable timeout in seconds. A value of zero