spa: bluez5: Make HFP description slightly more user-friendly

In the unknown form-factor case (which I saw on a set of headphones
here, Creative Zen Hybrid Pro), let's avoid an apocryphal acronym in
favour of a term that might be more familiar to the user.
This commit is contained in:
Arun Raghavan 2025-11-03 13:57:24 -08:00
parent 5bca3731a3
commit 49a803eaa0

View file

@ -2415,7 +2415,7 @@ static struct spa_pod *build_route(struct impl *this, struct spa_pod_builder *b,
default:
name_prefix = "bluetooth";
description = _("Bluetooth");
hfp_description = _("Bluetooth (HFP)");
hfp_description = _("Bluetooth Handsfree");
port_type = "bluetooth";
break;
}