Home
last modified time | relevance | path

Searched refs:enable_native_hsp_hs (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-discover.c42 "enable_native_hsp_hs=<boolean, enable HSP support in native backend>"
52 "enable_native_hsp_hs",
128 bool enable_native_hsp_hs; in pa__init() local
166 enable_native_hsp_hs = !enable_native_hfp_hf; in pa__init()
167 if (pa_modargs_get_value_boolean(ma, "enable_native_hsp_hs", &enable_native_hsp_hs) < 0) { in pa__init()
168 pa_log("enable_native_hsp_hs must be true or false"); in pa__init()
192 if (!(u->discovery = pa_bluetooth_discovery_get(u->core, headset_backend, enable_native_hsp_hs, enable_native_hfp_hf, enable_msbc))) in pa__init()
H A Dbluez5-util.h241 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 Dbluez5-util.c148 bool enable_native_hsp_hs; member
1186 return y->enable_native_hsp_hs; in pa_bluetooth_discovery_get_enable_native_hsp_hs()
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
2884 y->enable_native_hsp_hs = enable_native_hsp_hs; in pa_bluetooth_discovery_get()

Completed in 7 milliseconds