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

João Paulo Rechi Vita jprvita at gmail.com
Thu Jul 26 16:41:05 UTC 2018


Gentle ping, as I believe this has been forgotten.

--
João Paulo Rechi Vita
http://about.me/jprvita


On Mon, Jul 9, 2018 at 7:27 PM, João Paulo Rechi Vita <jprvita at gmail.com> wrote:
> 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