summaryrefslogtreecommitdiffstats
path: root/audio/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/main.c b/audio/main.c
index 0ca8ce87..4a32a320 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -40,7 +40,7 @@
/* Configuration settings */
static gboolean disable_hfp = TRUE;
-static gboolean sco_hci = FALSE;
+static gboolean sco_hci = TRUE;
static GMainLoop *main_loop = NULL;
@@ -137,7 +137,7 @@ int main(int argc, char *argv[])
exit(1);
}
- if (headset_server_init(conn, disable_hfp, sco_hci) < 0) {
+ if (gateway_init(conn, disable_hfp, sco_hci) < 0) {
error("Headset initialization failed!");
exit(1);
}
@@ -149,7 +149,7 @@ int main(int argc, char *argv[])
audio_exit();
- headset_exit();
+ gateway_exit();
unix_exit();