All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Discover Primary Service by Service UUID
@ 2010-11-16 21:24 Claudio Takahasi
  0 siblings, 0 replies; only message in thread
From: Claudio Takahasi @ 2010-11-16 21:24 UTC (permalink / raw)
  To: linux-bluetooth

Hi all,

Before I send an official request-pull I need feedbacks about the
changes in the bt_string2uuid function.

Commit 8774e6c1523707b01efd892c665baeeabad41ab4 of my branch "gatt"
extends the bt_string2uuid to support UUID16, this modification
changes the behavior of the method DiscoverServices(string pattern) in
the device. Now, pattern can be also a hex string value instead of
UUID128 and "friendly" service names only. Is it acceptable?

This change will be required to implement Discover Primary Service by
Service UUID and Characteristic Value Read using UUID.



git request-pull info:

The following changes since commit
8ef71548686b3e9e2152aed46177e6bfca749b09:

  Fix typos in adapter documentation (2010-11-16 13:39:43 +0000)

are available in the git repository at:
  git://git.infradead.org/users/cktakahasi/bluez.git gatt

Bruna Moreira (1):
      Implement Find by Type request encode/decoding

Claudio Takahasi (7):
      Add Find By Type Value Response encoding/decoding functions
      Implement Find by Type Value Request in the atttribute server
      Extend bt_string2uuid to convert hex strings to UUID16
      Add an extra parameter in the discovery primary to specify the
UUID
      Add uuid command line option on gatttool
      Implement Discover Primary Service by Service UUID in the
gatttool
      Fix corner cases of Discover Primary Service by UUID in the
server

 Makefile.am         |    3 +-
 attrib/att.c        |  121
++++++++++++++++++++++++++++++++++++++++++++++++++-
 attrib/att.h        |   11 ++++-
 attrib/client.c     |    8 ++--
 attrib/gatt.c       |   37 +++++++++++++---
 attrib/gatt.h       |    4 +-
 attrib/gatttool.c   |   63 +++++++++++++++++++++++++-
 src/attrib-server.c |   75 +++++++++++++++++++++++++++++++
 src/glib-helper.c   |   21 +++++++++
 9 files changed, 323 insertions(+), 20 deletions(-)

Claudio.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-16 21:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-16 21:24 [RFC] Discover Primary Service by Service UUID Claudio Takahasi

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.