Home
last modified time | relevance | path

Searched defs:pa_bluetooth_backend (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c76 struct pa_bluetooth_backend { struct
77 pa_core *core;
78 pa_bluetooth_discovery *discovery;
79 pa_dbus_connection *connection;
80 pa_hashmap *cards;
81 char *ofono_bus_id;
Dbackend-native.c42 struct pa_bluetooth_backend { struct
43 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;
Dbluez5-util.h64 typedef struct pa_bluetooth_backend pa_bluetooth_backend; typedef