Diff between 0f517fca2b3cf88ba350da0aa1c30dfbf04b63f2 and ee57787a32774a2b3ebe8c313181466c1082a43d

Changed Files

File Additions Deletions Status
doc/adapter-api.txt +3 -2 modified

Full Patch

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 176843b..5d993cd 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -92,7 +92,7 @@ Methods		dict GetProperties()
 
 			Creates a new object path for a remote device. This
 			method will connect to the remote device and retrieve
-			all SDP records.
+			all SDP records (or GATT primary services).
 
 			If the object for the remote device already exists
 			this method will fail.
@@ -105,7 +105,8 @@ Methods		dict GetProperties()
 
 			Creates a new object path for a remote device. This
 			method will connect to the remote device and retrieve
-			all SDP records and then initiate the pairing.
+			all SDP records (or GATT primary services) and then
+			initiate the pairing.
 
 			If previously CreateDevice was used successfully,
 			this method will only initiate the pairing.