Ignore microphones on headsets with microphones

To avoid audio downgrade back to call quality. Props to Valve. License: https://gitlab.com/evlaV/steamos-customizations-jupiter/-/blob/master/COPYING.LGPL-2.1?ref_type=heads
This commit is contained in:
Marco Rodolfi 2023-08-20 18:55:17 +02:00 committed by GitHub
parent 038c2ae3d0
commit 32255c3201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,8 @@
bluez_monitor.properties = {
-- HFP/HSP backend (default: native).
-- Available values: any, none, hsphfpd, ofono, native
["bluez5.hfphsp-backend"] = "none",
-- Disable dummy AVRCP player
["bluez5.dummy-avrcp-player"] = false
}