linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 BlueZ 0/4] Support for GATT Find Included
@ 2012-09-24 22:33 Vinicius Costa Gomes
  2012-09-24 22:33 ` [PATCH v3 BlueZ 1/4] gatt: Add support for find included services Vinicius Costa Gomes
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Vinicius Costa Gomes @ 2012-09-24 22:33 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

Changes from v2:
 - Rebased against latest git tree;

Changes from v1:
 - Fixed problems found during PTS tests;

 - Added a reference count for requests that are running in "parallel"
   (if a included service has a 128 bit UUID, it needs to make an
   aditional request to resolve this included service);

--

Jefferson Delfes (1):
  gatttool: Add "included" command

Vinicius Costa Gomes (3):
  gatt: Add support for find included services
  core: Add support for included services
  attrib: Remove opcode parameter from g_attrib_send()

 attrib/client.c                    |   3 +-
 attrib/gatt.c                      | 242 ++++++++++++++++++++++++++++++++-----
 attrib/gatt.h                      |   9 ++
 attrib/gattrib.c                   |   9 +-
 attrib/gattrib.h                   |   6 +-
 attrib/gatttool.c                  |   2 +-
 attrib/interactive.c               |  62 +++++++++-
 profiles/gatt/gas.c                |   2 +-
 profiles/thermometer/thermometer.c |   3 +-
 src/attrib-server.c                |   3 +-
 src/device.c                       | 109 +++++++++++++++--
 11 files changed, 394 insertions(+), 56 deletions(-)

-- 
1.7.12.1


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

end of thread, other threads:[~2012-09-28 11:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 22:33 [PATCH v3 BlueZ 0/4] Support for GATT Find Included Vinicius Costa Gomes
2012-09-24 22:33 ` [PATCH v3 BlueZ 1/4] gatt: Add support for find included services Vinicius Costa Gomes
2012-09-28 11:08   ` Johan Hedberg
2012-09-28 11:28     ` Anderson Lizardo
2012-09-28 11:32       ` Johan Hedberg
2012-09-24 22:33 ` [PATCH v3 BlueZ 2/4] gatttool: Add "included" command Vinicius Costa Gomes
2012-09-24 22:33 ` [PATCH v3 BlueZ 3/4] core: Add support for included services Vinicius Costa Gomes
2012-09-24 22:33 ` [PATCH v3 BlueZ 4/4] attrib: Remove opcode parameter from g_attrib_send() Vinicius Costa Gomes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).