bluetooth: avoid headset connection failure

This commit is contained in:
2026-07-23 21:53:14 +08:00
parent 5f8e82ce33
commit 5e6a75fcc1
+9
View File
@@ -16,8 +16,17 @@ in
Enable = "Source,Sink,Media,Socket";
Disable = "HeadSet";
MultiProfile = "multiple";
# Avoid bluetooth headset connection failure
Experimental = true;
FastConnectable = true;
ControllerMode = "dual";
};
};
};
boot.extraModprobeConfig = ''
options btusb enable_autosuspend=n
'';
};
}