diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2013-03-27 21:12:59 -0300 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2013-03-28 09:32:59 -0500 |
commit | 405961a65744b3bf6a4af14168e040602cac5213 (patch) | |
tree | 759ed945907a0d1dace7d8dbb3fe84ed3459058c /include | |
parent | 2f50d25ab51abd11276d8f804b4ff5cfeffa00d2 (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/handsfree-audio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h index 8c16b22e..49b0605d 100644 --- a/include/handsfree-audio.h +++ b/include/handsfree-audio.h @@ -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); |