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

Luiz Augusto von Dentz luiz.dentz at gmail.com
Mon Apr 24 15:33:48 UTC 2017


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

The native backend is limited to HSP only, for HFP it would need to
implement a much more complete AT engine in order to handle requests
properly.
---
 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