Thread (14 messages) flat view 14 messages, 3 authors, 2011-09-27

Re: [PATCH v5 1/6] Fix disconnect SCO at same time than RFCOMM

From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Date: 2011-09-21 08:41:47

Hi Frédéric,

2011/9/6 Frédéric Dalleau [off-list ref]:
quoted hunk ↗ jump to hunk
If RFCOMM disconnects, SCO should be disconnected too.
---
 audio/gateway.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/audio/gateway.c b/audio/gateway.c
index 142b12e..59c91dd 100644
--- a/audio/gateway.c
+++ b/audio/gateway.c
@@ -222,15 +222,10 @@ static void sco_connect_cb(GIOChannel *chan, GError *err, gpointer user_data)
 static gboolean rfcomm_disconnect_cb(GIOChannel *chan, GIOCondition cond,
                       struct audio_device *dev)
 {
-       struct gateway *gw = dev->gateway;
-
       if (cond & G_IO_NVAL)
               return FALSE;

-       g_io_channel_shutdown(gw->rfcomm, TRUE, NULL);
-       g_io_channel_unref(gw->rfcomm);
-       gw->rfcomm = NULL;
-       change_state(dev, GATEWAY_STATE_DISCONNECTED);
+       gateway_close(dev);

       return FALSE;
 }
--
1.7.1
Ack.

-- 
Luiz Augusto von Dentz
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help