summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-10 15:35:45 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-10 15:35:45 +0300
commit3e34eab99bd769efc756cc8e3a452b00e48de387 (patch)
tree8109d887b61e36dafa7063baed307606b1bddb71 /audio/headset.h
parente93757f4c03094145b057c1557825d7652e801ef (diff)
Add SCO server socket (needed for HFP)
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 65c3f411..a211d7dd 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -61,6 +61,7 @@ void set_hfp_active(struct audio_device *dev, gboolean active);
void headset_set_authorized(struct audio_device *dev);
int headset_connect_rfcomm(struct audio_device *dev, GIOChannel *chan);
int headset_close_rfcomm(struct audio_device *dev);
+int headset_connect_sco(struct audio_device *dev, GIOChannel *io);
headset_state_t headset_get_state(struct audio_device *dev);
void headset_set_state(struct audio_device *dev, headset_state_t state);