bluetooth: Don't default to native backend

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.
This commit is contained in:
Luiz Augusto von Dentz 2017-05-04 12:53:32 +02:00 committed by Georg Chini
parent f45fc03e3d
commit 956e72135e

View file

@ -93,7 +93,7 @@ static pa_hook_result_t device_connection_changed_cb(pa_bluetooth_discovery *y,
} }
#ifdef HAVE_BLUEZ_5_NATIVE_HEADSET #ifdef HAVE_BLUEZ_5_NATIVE_HEADSET
const char *default_headset_backend = "native"; const char *default_headset_backend = "auto";
#else #else
const char *default_headset_backend = "ofono"; const char *default_headset_backend = "ofono";
#endif #endif