mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
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:
parent
f45fc03e3d
commit
956e72135e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue