summaryrefslogtreecommitdiffstats
path: root/audio/gateway.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-07-18 18:25:13 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-07-18 18:25:13 +0000
commit7c386bc929463c6aad12677bfe0de8238ce26220 (patch)
treedd4f26a220d7532d72f99d790be78fd4da514039 /audio/gateway.h
parentf4d5c29e31cb8db7095fd5ee529ba490e2ce4e92 (diff)
Fix disable_hfp and add human readable string for states.
Diffstat (limited to 'audio/gateway.h')
-rw-r--r--audio/gateway.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gateway.h b/audio/gateway.h
index 137187cb..8794ac99 100644
--- a/audio/gateway.h
+++ b/audio/gateway.h
@@ -28,3 +28,5 @@ struct gateway;
int gateway_init(DBusConnection *conn, gboolean disable_hfp, gboolean sco_hci);
void gateway_exit(void);
+
+gboolean gateway_is_enabled(uint16_t svc);