Discussion:
[pulseaudio-discuss] [PATCH] bluetooth: Add missing argument to module's usage
João Paulo Rechi Vita
2018-07-10 02:25:53 UTC
Permalink
module-bluetooth-discover usage was missing the autodetect_mtu argument.
---
src/modules/bluetooth/module-bluez5-discover.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/src/modules/bluetooth/module-bluez5-discover.c b/src/modules/bluetooth/module-bluez5-discover.c
index 44578214c..b6c8eb050 100644
--- a/src/modules/bluetooth/module-bluez5-discover.c
+++ b/src/modules/bluetooth/module-bluez5-discover.c
@@ -36,6 +36,7 @@ PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_LOAD_ONCE(true);
PA_MODULE_USAGE(
"headset=ofono|native|auto"
+ "autodetect_mtu=<boolean>"
);

static const char* const valid_modargs[] = {
--
2.18.0
João Paulo Rechi Vita
2018-07-26 16:41:41 UTC
Permalink
Post by João Paulo Rechi Vita
module-bluetooth-discover usage was missing the autodetect_mtu argument.
---
src/modules/bluetooth/module-bluez5-discover.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/modules/bluetooth/module-bluez5-discover.c b/src/modules/bluetooth/module-bluez5-discover.c
index 44578214c..b6c8eb050 100644
--- a/src/modules/bluetooth/module-bluez5-discover.c
+++ b/src/modules/bluetooth/module-bluez5-discover.c
@@ -36,6 +36,7 @@ PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_LOAD_ONCE(true);
PA_MODULE_USAGE(
"headset=ofono|native|auto"
+ "autodetect_mtu=<boolean>"
);
static const char* const valid_modargs[] = {
--
2.18.0
Gentle ping, as I believe this has been forgotten.

--
João Paulo Rechi Vita
http://about.me/jprvita
Tanu Kaskinen
2018-07-27 08:25:37 UTC
Permalink
Post by João Paulo Rechi Vita
Post by João Paulo Rechi Vita
module-bluetooth-discover usage was missing the autodetect_mtu argument.
---
src/modules/bluetooth/module-bluez5-discover.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/modules/bluetooth/module-bluez5-discover.c b/src/modules/bluetooth/module-bluez5-discover.c
index 44578214c..b6c8eb050 100644
--- a/src/modules/bluetooth/module-bluez5-discover.c
+++ b/src/modules/bluetooth/module-bluez5-discover.c
@@ -36,6 +36,7 @@ PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_LOAD_ONCE(true);
PA_MODULE_USAGE(
"headset=ofono|native|auto"
+ "autodetect_mtu=<boolean>"
);
static const char* const valid_modargs[] = {
--
2.18.0
Gentle ping, as I believe this has been forgotten.
Not so much forgotten as not even read yet. I haven't been able to keep
up with the mailing list (currently 45 mails marked as unread).

Thanks for the patches! I'll apply them now.
--
Tanu

https://www.patreon.com/tanuk
https://liberapay.com/tanuk
Loading...