From 7c386bc929463c6aad12677bfe0de8238ce26220 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 18 Jul 2007 18:25:13 +0000 Subject: Fix disable_hfp and add human readable string for states. --- audio/gateway.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/gateway.h') 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); -- cgit