Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Attrib client move
@ 2011-03-28 22:40 Vinicius Costa Gomes
  2011-03-28 22:40 ` [PATCH v2 1/6] Move Attrib client to the core Vinicius Costa Gomes
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Vinicius Costa Gomes @ 2011-03-28 22:40 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

This patch series moves the Attrib client to the core, this move is
more related to the build system than with code being moved.

Things left to be done (that will be done in later patches):
 - Remove the attrib plugin;
 - Use SDP information to register primary services;

--
Cheers,


Vinicius Costa Gomes (6):
  Move Attrib client to the core
  Register Attrib interface when loading device from storage
  Register Attrib interface after Primary Service discovery
  Remove _init and _exit methods from Attrib client
  Add support for re-using the attrib channel
  Fix disconnecting when primary service discovery is done

 Makefile.am      |    4 +-
 attrib/client.c  |   49 +++++++++++++++---------------------------
 attrib/client.h  |    6 ++--
 attrib/main.c    |   14 +-----------
 attrib/manager.c |   62 ++---------------------------------------------------
 attrib/manager.h |    2 +-
 src/adapter.c    |    5 ++++
 src/device.c     |   20 +++++++++++------
 8 files changed, 46 insertions(+), 116 deletions(-)

--
1.7.4.1


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

end of thread, other threads:[~2011-03-30 16:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 22:40 [PATCH v2 0/6] Attrib client move Vinicius Costa Gomes
2011-03-28 22:40 ` [PATCH v2 1/6] Move Attrib client to the core Vinicius Costa Gomes
2011-03-28 22:40 ` [PATCH v2 2/6] Register Attrib interface when loading device from storage Vinicius Costa Gomes
2011-03-28 22:40 ` [PATCH v2 3/6] Register Attrib interface after Primary Service discovery Vinicius Costa Gomes
2011-03-28 22:40 ` [PATCH v2 4/6] Remove _init and _exit methods from Attrib client Vinicius Costa Gomes
2011-03-28 22:40 ` [PATCH v2 5/6] Add support for re-using the attrib channel Vinicius Costa Gomes
2011-03-28 22:40 ` [PATCH v2 6/6] Fix disconnecting when primary service discovery is done Vinicius Costa Gomes
2011-03-30 16:19 ` [PATCH v2 0/6] Attrib client move Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox