linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix for sdp-client in reconnect scenario
@ 2014-09-09  9:02 Lukasz Rymanowski
  2014-09-09  9:02 ` [PATCH 1/3] sdp-client: Extract cleanup function for cached session Lukasz Rymanowski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lukasz Rymanowski @ 2014-09-09  9:02 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lukasz Rymanowski

This patch fixes following error scenario:
1. Local device does sdp search and cache sdp session.
2. Peer device disconnect and connect again
3. Local device wants to do sdp search again on outdated sdp session

If those 3 steps will happen withing 2 sec, we face the issue.

Those patch fixes that.
Automated test which easly triggers that will come from Jakub.
(Hid Host reconnect test)

Lukasz Rymanowski (3):
  sdp-client: Extract cleanup function for cached session
  sdp-client: Add disconnect watch for cached session
  sdp-client: Minor code style fix

 src/sdp-client.c | 39 +++++++++++++++++++++++++++++++++------
 1 file changed, 33 insertions(+), 6 deletions(-)

-- 
1.8.4


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

end of thread, other threads:[~2014-09-09 23:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09  9:02 [PATCH 0/3] Fix for sdp-client in reconnect scenario Lukasz Rymanowski
2014-09-09  9:02 ` [PATCH 1/3] sdp-client: Extract cleanup function for cached session Lukasz Rymanowski
2014-09-09  9:02 ` [PATCH 2/3] sdp-client: Add disconnect watch " Lukasz Rymanowski
2014-09-09  9:02 ` [PATCH 3/3] sdp-client: Minor code style fix Lukasz Rymanowski
2014-09-09 23:32 ` [PATCH 0/3] Fix for sdp-client in reconnect scenario Johan Hedberg

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).