summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-05-15 20:37:45 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-05-15 20:37:45 +0000
commitc30643b049e0d6215f49c77e38092832b5b74179 (patch)
treeb0d3e9e37090b95ee5f2fc52c86ab2117c74083f /audio/headset.h
parent16ac1a8c833c201e45a59940c7e6073664c1fab5 (diff)
Make audio service to use of bt_*_listen helpers.
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.h b/audio/headset.h
index b218b46e..188971a5 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -59,7 +59,7 @@ gboolean get_hfp_active(struct device *dev);
void set_hfp_active(struct device *dev, gboolean active);
void headset_set_authorized(struct device *dev);
-int headset_connect_rfcomm(struct device *dev, int sock);
+int headset_connect_rfcomm(struct device *dev, GIOChannel *chan);
int headset_close_rfcomm(struct device *dev);
headset_state_t headset_get_state(struct device *dev);