Searched refs:enable_native_hfp_hf (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-discover.c | 43 "enable_native_hfp_hf=<boolean, enable HFP support in native backend>" 53 "enable_native_hfp_hf", 129 bool enable_native_hfp_hf; in pa__init() local 151 enable_native_hfp_hf = (headset_backend == HEADSET_BACKEND_NATIVE); in pa__init() 161 enable_native_hfp_hf = true; in pa__init() 162 if (pa_modargs_get_value_boolean(ma, "enable_native_hfp_hf", &enable_native_hfp_hf) < 0) { in pa__init() 163 pa_log("enable_native_hfp_hf must be true or false"); in pa__init() 166 enable_native_hsp_hs = !enable_native_hfp_hf; in pa__init() 192 if (!(u->discovery = pa_bluetooth_discovery_get(u->core, headset_backend, enable_native_hsp_hs, enable_native_hfp_hf, enable_msb in pa__init() [all...] |
H A D | bluez5-util.h | 241 pa_bluetooth_discovery* pa_bluetooth_discovery_get(pa_core *core, int headset_backend, bool enable_native_hsp_hs, bool enable_native_hfp_hf, bool enable_msbc);
|
H A D | bluez5-util.c | 149 bool enable_native_hfp_hf; member 1194 return y->enable_native_hfp_hf; in pa_bluetooth_discovery_get_enable_native_hfp_hf() 2871 pa_bluetooth_discovery* pa_bluetooth_discovery_get(pa_core *c, int headset_backend, bool enable_native_hsp_hs, bool enable_native_hfp_hf, bool enable_msbc) { in pa_bluetooth_discovery_get() argument 2885 y->enable_native_hfp_hf = enable_native_hfp_hf; in pa_bluetooth_discovery_get()
|
Completed in 6 milliseconds