[pulseaudio-discuss] [PATCH] bluetooth: Remove leftover references to the BlueZ 4/5 split

João Paulo Rechi Vita jprvita at gmail.com
Tue Jul 10 02:27:16 UTC 2018


There is no need to mention a module argument is valid only when using
BlueZ 5 now that we don't support BlueZ 4 anymore.
---
 src/modules/bluetooth/module-bluetooth-discover.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c
index 63195d3e1..cf8c7eefe 100644
--- a/src/modules/bluetooth/module-bluetooth-discover.c
+++ b/src/modules/bluetooth/module-bluetooth-discover.c
@@ -30,8 +30,8 @@ PA_MODULE_DESCRIPTION("Detect available Bluetooth daemon and load the correspond
 PA_MODULE_VERSION(PACKAGE_VERSION);
 PA_MODULE_LOAD_ONCE(true);
 PA_MODULE_USAGE(
-    "headset=ofono|native|auto (bluez 5 only)"
-    "autodetect_mtu=<boolean> (bluez 5 only)"
+    "headset=ofono|native|auto"
+    "autodetect_mtu=<boolean>"
 );
 
 struct userdata {
-- 
2.18.0



More information about the pulseaudio-discuss mailing list