config: bluez: Add property for HSP/HFP native backend modem

This commit is contained in:
Frédéric Danis 2022-09-27 12:14:29 +02:00
parent 6f6e5df9c1
commit 7810196596

View file

@ -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,