All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix bug that caused a profile's accept() not to be called
@ 2015-12-04 11:36 Felipe F. Tonello
  2015-12-04 11:36 ` [PATCH 1/2] core/device: call btd_service_disconnect when discconected from peripheral Felipe F. Tonello
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Felipe F. Tonello @ 2015-12-04 11:36 UTC (permalink / raw)
  To: linux-bluetooth

A profile's accept function callback was only been called once. If a device
was disconnected and reconnected, the accept would not been called because the
service's states were not been update accordingly.

These patches fixes this problem.

Felipe F. Tonello (2):
  core/device: call btd_service_disconnect when discconected from
    peripheral
  core/service: fix connection and disconnection state handling

 src/device.c  |  1 +
 src/service.c | 43 ++++++++++++++++++++++---------------------
 2 files changed, 23 insertions(+), 21 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2016-01-11 15:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04 11:36 [PATCH 0/2] Fix bug that caused a profile's accept() not to be called Felipe F. Tonello
2015-12-04 11:36 ` [PATCH 1/2] core/device: call btd_service_disconnect when discconected from peripheral Felipe F. Tonello
2015-12-04 11:36 ` [PATCH 2/2] core/service: fix connection and disconnection state handling Felipe F. Tonello
2015-12-04 13:02   ` Luiz Augusto von Dentz
2015-12-04 14:44     ` Felipe Ferreri Tonello
2015-12-11 22:52       ` Luiz Augusto von Dentz
2016-01-11 15:01         ` Luiz Augusto von Dentz
2015-12-11 17:05 ` [PATCH 0/2] Fix bug that caused a profile's accept() not to be called Felipe Ferreri Tonello

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.