Lines Matching refs:pa_bluetooth_discovery

131 struct pa_bluetooth_discovery {
153 static pa_dbus_pending* send_and_add_to_pending(pa_bluetooth_discovery *y, DBusMessage *m,
195 pa_bluetooth_profile_status_t profile_status_get(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile) {
199 void profile_status_set(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile, pa_bluetooth_profile_status_t status) {
403 pa_bluetooth_discovery *y;
787 pa_bluetooth_discovery *y;
1132 static void remote_endpoint_remove(pa_bluetooth_discovery *y, const char *path) {
1149 static pa_bluetooth_device* device_create(pa_bluetooth_discovery *y, const char *path) {
1168 pa_bluetooth_device* pa_bluetooth_discovery_get_device_by_path(pa_bluetooth_discovery *y, const char *path) {
1181 bool pa_bluetooth_discovery_get_enable_native_hsp_hs(pa_bluetooth_discovery *y)
1189 bool pa_bluetooth_discovery_get_enable_native_hfp_hf(pa_bluetooth_discovery *y)
1197 bool pa_bluetooth_discovery_get_enable_msbc(pa_bluetooth_discovery *y)
1205 pa_bluetooth_device* pa_bluetooth_discovery_get_device_by_address(pa_bluetooth_discovery *y, const char *remote, const char *local) {
1253 static void device_remove(pa_bluetooth_discovery *y, const char *path) {
1485 static pa_bluetooth_adapter* adapter_create(pa_bluetooth_discovery *y, const char *path) {
1520 static void adapter_remove(pa_bluetooth_discovery *y, const char *path) {
1732 pa_bluetooth_discovery *y;
1761 static void register_legacy_sbc_endpoint(pa_bluetooth_discovery *y, const pa_a2dp_endpoint_conf *endpoint_conf, const char *path, const char *endpoint, const char *uuid) {
1797 pa_bluetooth_discovery *y;
1878 static void parse_remote_endpoint_properties(pa_bluetooth_discovery *y, const char *endpoint, DBusMessageIter *i) {
2027 static void parse_interfaces_and_properties(pa_bluetooth_discovery *y, DBusMessageIter *dict_i) {
2110 void pa_bluetooth_discovery_set_ofono_running(pa_bluetooth_discovery *y, bool is_running) {
2140 pa_bluetooth_discovery *y;
2188 static void get_managed_objects(pa_bluetooth_discovery *y) {
2198 pa_hook* pa_bluetooth_discovery_hook(pa_bluetooth_discovery *y, pa_bluetooth_hook_t hook) {
2206 pa_bluetooth_discovery *y;
2434 pa_bluetooth_discovery *y = userdata;
2583 pa_bluetooth_discovery *y = userdata;
2622 pa_bluetooth_discovery *y = userdata;
2677 struct pa_bluetooth_discovery *y = userdata;
2717 static void endpoint_init(pa_bluetooth_discovery *y, const char *endpoint) {
2729 static void endpoint_done(pa_bluetooth_discovery *y, const char *endpoint) {
2776 struct pa_bluetooth_discovery *y = userdata;
2855 static void object_manager_init(pa_bluetooth_discovery *y) {
2865 static void object_manager_done(pa_bluetooth_discovery *y) {
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) {
2872 pa_bluetooth_discovery *y;
2880 y = pa_xnew0(pa_bluetooth_discovery, 1);
2964 pa_bluetooth_discovery* pa_bluetooth_discovery_ref(pa_bluetooth_discovery *y) {
2973 void pa_bluetooth_discovery_unref(pa_bluetooth_discovery *y) {