mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
bluetooth: Remove leftover references to the BlueZ 4/5 split
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.
This commit is contained in:
parent
4863d190e2
commit
32bd68bc31
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ PA_MODULE_DESCRIPTION("Detect available Bluetooth daemon and load the correspond
|
||||||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||||
PA_MODULE_LOAD_ONCE(true);
|
PA_MODULE_LOAD_ONCE(true);
|
||||||
PA_MODULE_USAGE(
|
PA_MODULE_USAGE(
|
||||||
"headset=ofono|native|auto (bluez 5 only)"
|
"headset=ofono|native|auto"
|
||||||
"autodetect_mtu=<boolean> (bluez 5 only)"
|
"autodetect_mtu=<boolean>"
|
||||||
);
|
);
|
||||||
|
|
||||||
struct userdata {
|
struct userdata {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue