summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-19 21:08:20 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-19 21:08:20 +0200
commitc82739046f031f32e3e66128062818eea2fc9e9e (patch)
treef597a628be39bfc7e874175b2df6fba7973e5213 /audio/headset.h
parentc72658ac79b62c3153f524011eab3f585b9e2b6f (diff)
Convert HSP/HFP to use btio confirm_cb
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 0c9eb669..a36c9125 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -42,6 +42,10 @@ typedef enum {
typedef void (*headset_stream_cb_t) (struct audio_device *dev, void *user_data);
+void headset_connect_cb(GIOChannel *chan, GError *err, gpointer user_data);
+
+GIOChannel *headset_get_rfcomm(struct audio_device *dev);
+
struct headset *headset_init(struct audio_device *dev, uint16_t svc,
const char *uuidstr);