mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 06:38:01 +02:00
config: bluez: Add property for HSP/HFP native backend modem
This commit is contained in:
parent
6f6e5df9c1
commit
7810196596
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ bluez_monitor.properties = {
|
|||
-- Available values: any, none, hsphfpd, ofono, native
|
||||
--["bluez5.hfphsp-backend"] = "native",
|
||||
|
||||
-- HFP/HSP native backend modem (default: none).
|
||||
-- Available values: none, any or the modem device string as found in
|
||||
-- 'Device' property of org.freedesktop.ModemManager1.Modem interface
|
||||
--["bluez5.hfphsp-backend-native-modem"] = "none",
|
||||
|
||||
-- Properties for the A2DP codec configuration
|
||||
--["bluez5.default.rate"] = 48000,
|
||||
--["bluez5.default.channels"] = 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue