From: Daniel Wagner <daniel.wagner@xxxxxxxxxxxx> When gateway_suspend_stream is called it should change the gateway state machine from PLAYING to CONNECTED. --- audio/gateway.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/audio/gateway.c b/audio/gateway.c index 43a4b02..ec0ec5d 100644 --- a/audio/gateway.c +++ b/audio/gateway.c @@ -707,4 +707,5 @@ void gateway_suspend_stream(struct audio_device *dev) gw->sco = NULL; gw->sco_start_cb = NULL; gw->sco_start_cb_data = NULL; + change_state(dev, GATEWAY_STATE_CONNECTED); } -- 1.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html