diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-07-18 18:25:13 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-07-18 18:25:13 +0000 |
commit | 7c386bc929463c6aad12677bfe0de8238ce26220 (patch) | |
tree | dd4f26a220d7532d72f99d790be78fd4da514039 /audio/gateway.h | |
parent | f4d5c29e31cb8db7095fd5ee529ba490e2ce4e92 (diff) |
Fix disable_hfp and add human readable string for states.
Diffstat (limited to 'audio/gateway.h')
-rw-r--r-- | audio/gateway.h | 2 |
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); |