Home
last modified time | relevance | path

Searched refs:enable_shared_profiles (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c47 bool enable_shared_profiles; member
1166 static void native_backend_apply_profile_registration_change(pa_bluetooth_backend *native_backend, bool enable_shared_profiles) { in native_backend_apply_profile_registration_change() argument
1167 if (enable_shared_profiles) { in native_backend_apply_profile_registration_change()
1180 if (enable == native_backend->enable_shared_profiles) in pa_bluetooth_native_backend_enable_shared_profiles()
1185 native_backend->enable_shared_profiles = enable; in pa_bluetooth_native_backend_enable_shared_profiles()
1188 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles) { in pa_bluetooth_native_backend_new() argument
1206 backend->enable_shared_profiles = enable_shared_profiles; in pa_bluetooth_native_backend_new()
1220 if (backend->enable_shared_profiles) in pa_bluetooth_native_backend_new()
1234 if (backend->enable_shared_profiles) in pa_bluetooth_native_backend_free()
[all...]
H A Dbluez5-util.h192 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles);
196 static inline pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles) { in pa_bluetooth_native_backend_new() argument

Completed in 3 milliseconds