Merge pull request #168 from RodoMa92/RodoMa92-fix-bluetooth-audio

Ignore microphones on headsets with microphones
This commit is contained in:
Kyle Gospodnetich 2023-08-20 10:01:41 -07:00 committed by GitHub
commit ad5155d09d
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
}