Searched defs:pa_bluetooth_backend (Results 1 – 3 of 3) sorted by relevance
76 struct pa_bluetooth_backend { struct77 pa_core *core;78 pa_bluetooth_discovery *discovery;79 pa_dbus_connection *connection;80 pa_hashmap *cards;81 char *ofono_bus_id;
42 struct pa_bluetooth_backend { struct43 pa_core *core;44 pa_dbus_connection *connection;45 pa_bluetooth_discovery *discovery;46 pa_hook_slot *adapter_uuids_changed_slot;47 bool enable_shared_profiles;48 bool enable_hsp_hs;49 bool enable_hfp_hf;
64 typedef struct pa_bluetooth_backend pa_bluetooth_backend; typedef