All of lore.kernel.org
 help / color / mirror / Atom feed
From: Claudio Takahasi <claudio.takahasi@openbossa.org>
To: linux-bluetooth@vger.kernel.org
Cc: Claudio Takahasi <claudio.takahasi@openbossa.org>
Subject: [PATCH BlueZ] doc: Mention GATT when creating devices
Date: Wed, 11 Jul 2012 15:03:43 -0300	[thread overview]
Message-ID: <1342029823-2854-1-git-send-email-claudio.takahasi@openbossa.org> (raw)

CreatePairedDevice and CreateDevice trigger GATT discover all primary
services procedure if the device is Bluetooth Low Energy.
---
 doc/adapter-api.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 9d7f284..fb8c2e8 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.
-- 
1.7.8.6


             reply	other threads:[~2012-07-11 18:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 18:03 Claudio Takahasi [this message]
2012-07-11 18:16 ` [PATCH BlueZ] doc: Mention GATT when creating devices Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1342029823-2854-1-git-send-email-claudio.takahasi@openbossa.org \
    --to=claudio.takahasi@openbossa.org \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.