summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2012-07-11 15:03:43 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-11 15:16:22 -0300
commitee57787a32774a2b3ebe8c313181466c1082a43d (patch)
tree5728af83f3302cfc2f4b6e74c0531b1a0b58f491 /doc/adapter-api.txt
parent0f517fca2b3cf88ba350da0aa1c30dfbf04b63f2 (diff)
downloadbluez-ee57787a32774a2b3ebe8c313181466c1082a43d.tar.gz
doc: Mention GATT when creating devices
CreatePairedDevice and CreateDevice trigger GATT discover all primary services procedure if the device is Bluetooth Low Energy.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 176843b9c..5d993cd20 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.