Lines Matching defs:connection

44   pa_dbus_connection *connection;
186 pa_assert_se(dbus_connection_send_with_reply(pa_dbus_connection_get(backend->connection), m, &call, -1));
188 p = pa_dbus_pending_new(pa_dbus_connection_get(backend->connection), m, call, backend, call_data);
235 /* the mSBC codec requires a special transparent eSCO connection */
244 pa_log_info("Enabled BT_VOICE_TRANSPARENT connection for mSBC");
416 pa_log_debug("Got EAGAIN on write() after POLLOUT, probably there is a temporary connection loss.");
449 pa_log_error("error listening SCO connection: %s", pa_cstrerror(errno));
454 pa_log_info("SCO incoming connection: changing state to PLAYING");
564 /* In the headset role, the connection will only be initiated from the remote side */
748 pa_log_info("Lost RFCOMM connection.");
974 * reject this connection to force it to connect to HSP Audio Gateway instead.
976 pa_log_info("HFP HF enabled in native backend and is supported by peer, rejecting HSP HS peer connection");
1039 pa_assert_se(r = dbus_message_new_error(m, BLUEZ_ERROR_INVALID_ARGUMENTS, "Unable to handle new connection"));
1085 pa_assert_se(dbus_connection_send(pa_dbus_connection_get(b->connection), r, NULL));
1139 pa_assert_se(dbus_connection_register_object_path(pa_dbus_connection_get(b->connection), object_name, &vtable_profile, b));
1152 dbus_connection_unregister_object_path(pa_dbus_connection_get(b->connection), HSP_AG_PROFILE);
1155 dbus_connection_unregister_object_path(pa_dbus_connection_get(b->connection), HSP_HS_PROFILE);
1158 dbus_connection_unregister_object_path(pa_dbus_connection_get(b->connection), HFP_AG_PROFILE);
1198 if (!(backend->connection = pa_dbus_bus_get(c, DBUS_BUS_SYSTEM, &err))) {
1199 pa_log("Failed to get D-Bus connection: %s", err.message);
1240 pa_dbus_connection_unref(backend->connection);