Skip to content

Commit

Permalink
module-bluez5-discover: enable autodetect_mtu by default
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive authored and fstanis committed Oct 15, 2020
1 parent e74bf37 commit 2e111c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/bluetooth/module-bluez5-discover.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ int pa__init(pa_module *m) {
/* default value if no module parameter */
enable_native_hfp_hf = (headset_backend == HEADSET_BACKEND_NATIVE);

autodetect_mtu = false;
autodetect_mtu = true;
if (pa_modargs_get_value_boolean(ma, "autodetect_mtu", &autodetect_mtu) < 0) {
pa_log("Invalid boolean value for autodetect_mtu parameter");
}
Expand Down

0 comments on commit 2e111c1

Please sign in to comment.