include: Add ofono_handsfree_card_connect_sco()

This will be used by HFP plugins to tell the core that a SCO connection
needs to be established.
This commit is contained in:
Vinicius Costa Gomes 2013-03-27 21:12:59 -03:00 committed by Denis Kenzior
parent 2f50d25ab5
commit 405961a657
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ void ofono_handsfree_card_set_local(struct ofono_handsfree_card *card,
const char *local);
const char *ofono_handsfree_card_get_local(struct ofono_handsfree_card *card);
int ofono_handsfree_card_connect_sco(struct ofono_handsfree_card *card);
void ofono_handsfree_audio_ref(void);
void ofono_handsfree_audio_unref(void);