From ee57787a32774a2b3ebe8c313181466c1082a43d Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 11 Jul 2012 15:03:43 -0300 Subject: [PATCH] doc: Mention GATT when creating devices CreatePairedDevice and CreateDevice trigger GATT discover all primary services procedure if the device is Bluetooth Low Energy. --- doc/adapter-api.txt | 5 +++-- 1 file 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. -- 2.47.3