handsfree-audio: Call sco_connected_hint

This commit is contained in:
Denis Kenzior 2015-04-22 17:58:50 -05:00
parent 288364295c
commit fdba39b8ed
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ static gboolean sco_accept(GIOChannel *io, GIOCondition cond,
send_new_connection(card->path, nsk, card->selected_codec);
close(nsk);
if (card->driver->sco_connected_hint)
card->driver->sco_connected_hint(card);
return TRUE;
}