summaryrefslogtreecommitdiffstats
path: root/audio/gateway.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-04-21 12:49:16 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-04-21 12:49:16 +0000
commit05498649453b5059c3fc317394ad21b42a62a669 (patch)
tree1d0992ad483b4d1b38fd534d70433497f4c8ff58 /audio/gateway.h
parentec96a4be11db022bd8d2b403beb7ca245c5d1ebc (diff)
First steps towards HSP HS role and Audio.Gateway D-Bus interface support
Diffstat (limited to 'audio/gateway.h')
-rw-r--r--audio/gateway.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/gateway.h b/audio/gateway.h
index a4245909..12e413fd 100644
--- a/audio/gateway.h
+++ b/audio/gateway.h
@@ -24,6 +24,9 @@
#define AUDIO_GATEWAY_INTERFACE "org.bluez.audio.Gateway"
+#define DEFAULT_HSP_HS_CHANNEL 6
+#define DEFAULT_HFP_HS_CHANNEL 7
+
int gateway_init(DBusConnection *conn, gboolean disable_hfp, gboolean sco_hci);
void gateway_exit(void);