mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
bluetooth: enable module-bluez5-discover argument enable_native_hfp_hf
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/491>
This commit is contained in:
parent
cb193e19ee
commit
8491477b3e
1 changed files with 2 additions and 0 deletions
|
|
@ -38,12 +38,14 @@ PA_MODULE_USAGE(
|
|||
"headset=ofono|native|auto"
|
||||
"autodetect_mtu=<boolean>"
|
||||
"output_rate_refresh_interval_ms=<interval between attempts to improve output rate in milliseconds>"
|
||||
"enable_native_hfp_hf=<boolean, enable HFP support in native backend>"
|
||||
);
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
"headset",
|
||||
"autodetect_mtu",
|
||||
"output_rate_refresh_interval_ms",
|
||||
"enable_native_hfp_hf",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue