From 1e7c36a80b7110b50bc71762f633af1a46b4609c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 28 Aug 2007 11:49:37 +0000 Subject: Make HCI routing the default --- audio/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/main.c') diff --git a/audio/main.c b/audio/main.c index 8e27190c..e828f022 100644 --- a/audio/main.c +++ b/audio/main.c @@ -42,7 +42,7 @@ #include "manager.h" static gboolean disable_hfp = TRUE; -static gboolean sco_hci = FALSE; +static gboolean sco_hci = TRUE; static int source_count = 1; static GMainLoop *main_loop = NULL; -- cgit