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
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.
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.