summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2015-04-22 17:58:15 -0500
committerDenis Kenzior <denkenz@gmail.com>2015-05-13 09:57:52 -0500
commit288364295c9d7ed9e24ed1f5c7c05eba08c58679 (patch)
treed5ba66ffbcfc65af8289b6bc5ee458a2949f1d68 /include
parentbce5d9579c045482bb54f51564a3ce3277c3fc6f (diff)
downloadofono-288364295c9d7ed9e24ed1f5c7c05eba08c58679.tar.bz2
include: Add sco_connected_hint to handsfree-audio
Diffstat (limited to 'include')
-rw-r--r--include/handsfree-audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h
index 03e3b387..bfb84803 100644
--- a/include/handsfree-audio.h
+++ b/include/handsfree-audio.h
@@ -41,6 +41,7 @@ struct ofono_handsfree_card_driver {
void (*connect)(struct ofono_handsfree_card *card,
ofono_handsfree_card_connect_cb_t cb,
void *data);
+ void (*sco_connected_hint)(struct ofono_handsfree_card *card);
};
struct ofono_handsfree_card *ofono_handsfree_card_create(unsigned int vendor,