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:
João Paulo Rechi Vita 2018-07-09 19:27:16 -07:00 committed by Tanu Kaskinen
parent 4863d190e2
commit 32bd68bc31

View file

@ -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 {