Diff between 270f3bb47c4fed4f51bc9c2167aa4b3e078ba615 and 9ce8d3f01e2ae179125ddf92b56214430fd23ef3
Changed Files
| File | Additions | Deletions | Status |
| audio/gateway.c | +2 | -0 | modified |
Full Patch
diff --git a/audio/gateway.c b/audio/gateway.c
index 425ad16..c3c4019 100644
--- a/audio/gateway.c
+++ b/audio/gateway.c
@@ -284,6 +284,8 @@ static void rfcomm_connect_cb(GIOChannel *chan, GError *err,
goto fail;
}
+ change_state(dev, GATEWAY_STATE_CONNECTING);
+
sk = g_io_channel_unix_get_fd(chan);
gw->rfcomm = g_io_channel_ref(chan);