From 49a803eaa015aedc33f697b4af6503b2bdd5b357 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 3 Nov 2025 13:57:24 -0800 Subject: [PATCH] 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. --- spa/plugins/bluez5/bluez5-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/bluez5/bluez5-device.c b/spa/plugins/bluez5/bluez5-device.c index 6546abf4f..e14c5e0a4 100644 --- a/spa/plugins/bluez5/bluez5-device.c +++ b/spa/plugins/bluez5/bluez5-device.c @@ -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; }