Lines Matching defs:pa_bluetooth_backend
42 struct pa_bluetooth_backend {
177 static pa_dbus_pending* send_and_add_to_pending(pa_bluetooth_backend *backend, DBusMessage *m,
511 pa_bluetooth_backend *b;
542 static void register_profile(pa_bluetooth_backend *b, const char *object, const char *uuid, pa_bluetooth_profile_t profile) {
934 pa_bluetooth_backend *b = userdata;
1052 pa_bluetooth_backend *b = userdata;
1092 static pa_hook_result_t adapter_uuids_changed_cb(pa_bluetooth_discovery *y, const pa_bluetooth_adapter *a, pa_bluetooth_backend *b) {
1112 static void profile_init(pa_bluetooth_backend *b, pa_bluetooth_profile_t profile) {
1145 static void profile_done(pa_bluetooth_backend *b, pa_bluetooth_profile_t profile) {
1166 static void native_backend_apply_profile_registration_change(pa_bluetooth_backend *native_backend, bool enable_shared_profiles) {
1178 void pa_bluetooth_native_backend_enable_shared_profiles(pa_bluetooth_backend *native_backend, bool enable) {
1188 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles) {
1189 pa_bluetooth_backend *backend;
1194 backend = pa_xnew0(pa_bluetooth_backend, 1);
1226 void pa_bluetooth_native_backend_free(pa_bluetooth_backend *backend) {