summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-02 13:49:00 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-02 13:49:00 +0300
commit9cf2ac6ea41b7b3b54411c5efda1750711efeb06 (patch)
tree1a689b59aef038fe01f174b84599b41b1c27148d /audio/headset.h
parentf0a460534d5f2c9ae85a29db5a08807f8bb3f6d8 (diff)
Pass context to telephony driver in order to allow multiple headsets
This patch allows multiple headsets to be connected at the same time to us. All headsets receive indications but only the headset that sent an AT command will receive the reply for it.
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/headset.h b/audio/headset.h
index a211d7dd..9152401d 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -60,7 +60,6 @@ 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);