Skip to content

Commit

Permalink
🩹 Disable HFP/HSP bluetooth profiles
Browse files Browse the repository at this point in the history
Bluetooth headset profiles sound like garbage and I don't personally ever use them; disabling them avoids annoying behavior e.g. with Discord, Cava, and other applications that interdict / monitor audio streams and may trigger the bluetooth service into changing profile.
  • Loading branch information
ambertia committed Oct 16, 2024
1 parent 7c811c0 commit 553c9b8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
monitor.bluez.properties = {
bluez5.roles = [ a2dp_sink a2dp_source bap_sink bap_source ]
bluez5.codecs = [ sbc sbc_xq aac ]
bluez5.enable-sbc-xq = true
bluez5.hfphsp-backend = "native"
}

0 comments on commit 553c9b8

Please sign in to comment.