bluez5: use HFP HF as default, not HSP HS

E.g. iphones don't support HSP, only HFP, so change the default to use
HFP HF instead of HSP.  HFP is now old, and most devices should support
it now.
This commit is contained in:
Pauli Virtanen 2022-09-24 13:24:10 +03:00
parent 0a48165cff
commit 2e3347e850

View file

@ -78,7 +78,7 @@ struct impl {
struct spa_dbus *dbus;
DBusConnection *conn;
#define DEFAULT_ENABLED_PROFILES (SPA_BT_PROFILE_HSP_HS | SPA_BT_PROFILE_HFP_AG)
#define DEFAULT_ENABLED_PROFILES (SPA_BT_PROFILE_HFP_HF | SPA_BT_PROFILE_HFP_AG)
enum spa_bt_profile enabled_profiles;
struct spa_source sco;