[pulseaudio-discuss] [PATCH v3 4/7] bluetooth: Don't default to native backend

Luiz Augusto von Dentz luiz.dentz at gmail.com
Wed Apr 26 08:01:14 UTC 2017


From: Luiz Augusto von Dentz <luiz.von.dentz at intel.com>

The native backend is limited to HSP only which may not work with devices
that can only do HFP so if oFono is enabled it shall be used as default.
---
 src/modules/bluetooth/module-bluez5-discover.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/bluetooth/module-bluez5-discover.c b/src/modules/bluetooth/module-bluez5-discover.c
index bc5dbd4..97ff943 100644
--- a/src/modules/bluetooth/module-bluez5-discover.c
+++ b/src/modules/bluetooth/module-bluez5-discover.c
@@ -93,7 +93,7 @@ static pa_hook_result_t device_connection_changed_cb(pa_bluetooth_discovery *y,
 }
 
 #ifdef HAVE_BLUEZ_5_NATIVE_HEADSET
-const char *default_headset_backend = "native";
+const char *default_headset_backend = "auto";
 #else
 const char *default_headset_backend = "ofono";
 #endif
-- 
2.9.3



More information about the pulseaudio-discuss mailing list