Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/6] Move Attrib client (including: should we disconnect or not?)
@ 2011-03-26  0:01 Vinicius Costa Gomes
  2011-03-26  0:01 ` [PATCH 1/6] Move Attrib client to the core Vinicius Costa Gomes
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Vinicius Costa Gomes @ 2011-03-26  0:01 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

The move itself is pretty simple, but when implementing it, I took a decision
and I would like to hear your opinion about it.

With this patch series, the behaviour is that we never disconnect from
a LE device unless we are told so, i.e. org.bluez.Device.Disconnect(),
is that what is expected from us?


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/manager.c |   47 -----------------------------------------------
 src/adapter.c    |    5 +++++
 src/device.c     |   20 +++++++++++++-------
 6 files changed, 41 insertions(+), 90 deletions(-)

--
1.7.4.1


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

end of thread, other threads:[~2011-03-28 20:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26  0:01 [PATCH 0/6] Move Attrib client (including: should we disconnect or not?) Vinicius Costa Gomes
2011-03-26  0:01 ` [PATCH 1/6] Move Attrib client to the core Vinicius Costa Gomes
2011-03-26  0:01 ` [PATCH 2/6] Register Attrib interface when loading device from storage Vinicius Costa Gomes
2011-03-26  0:01 ` [PATCH 3/6] Register Attrib interface after Primary Service discovery Vinicius Costa Gomes
2011-03-26  0:01 ` [PATCH 4/6] Remove _init and _exit methods from Attrib client Vinicius Costa Gomes
2011-03-26  0:01 ` [PATCH 5/6] Add support for re-using the attrib channel Vinicius Costa Gomes
2011-03-26  0:01 ` [PATCH 6/6] Fix disconnecting when primary service discovery is done Vinicius Costa Gomes
2011-03-28 20:33 ` [PATCH 0/6] Move Attrib client (including: should we disconnect or not?) Vinicius Costa Gomes
2011-03-28 20:40   ` Claudio Takahasi
2011-03-28 20:48     ` Johan Hedberg

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