All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] doc: Mention GATT when creating devices
@ 2012-07-11 18:03 Claudio Takahasi
  2012-07-11 18:16 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Claudio Takahasi @ 2012-07-11 18:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ] doc: Mention GATT when creating devices
  2012-07-11 18:03 [PATCH BlueZ] doc: Mention GATT when creating devices Claudio Takahasi
@ 2012-07-11 18:16 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-07-11 18:16 UTC (permalink / raw)
  To: Claudio Takahasi; +Cc: linux-bluetooth

Hi Claudio,

On Wed, Jul 11, 2012, Claudio Takahasi wrote:
> 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(-)

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-11 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 18:03 [PATCH BlueZ] doc: Mention GATT when creating devices Claudio Takahasi
2012-07-11 18:16 ` Johan Hedberg

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.