aboutsummaryrefslogtreecommitdiff
path: root/audio/sink.c
AgeCommit message (Expand)Author
2010-12-16Remove error_common_reply()Gustavo F. Padovan
2010-12-14audio: use btd_error_failed()Gustavo F. Padovan
2010-12-08Add btd_error_already_connected()Gustavo F. Padovan
2010-12-07Add btd_error_busy()Gustavo F. Padovan
2010-12-07Add btd_error_not_connected()Gustavo F. Padovan
2010-11-19Fix not dropping avdtp session reference when cancelling stream setupLuiz Augusto von Dentz
2010-11-19Add debug logs for state changes on sinkLuiz Augusto von Dentz
2010-11-11Fix not aborting sink stream configuration on disconnectLuiz Augusto von Dentz
2010-10-29Don't use AVDTP timer when the device is being disconnectedJohan Hedberg
2010-10-11Make use of avdtp category when setting errorsLuiz Augusto von Dentz
2010-09-28Fix headset disconnecting via device disconnectRadoslaw Jablonski
2010-09-15Add initial implementation of org.bluez.Media specLuiz Augusto von Dentz
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-03-24Add immediate parameter to avdtp_closeLuiz Augusto Von Dentz
2010-01-07Update Nokia copyrightsJohan Hedberg
2010-01-01Update copyright informationMarcel Holtmann
2009-10-06Add support for AVDTP 1.3 Delay ReportingJohan Hedberg
2009-07-13Adapt A2DP functions to support the Sink role.João Paulo Rechi Vita
2009-05-06Fix sink disconnect callback removalJohan Hedberg
2009-05-04Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz
2009-04-27Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz
2009-04-27Fix removing sink retry timer in sink_freeJohan Hedberg
2009-04-22Make audio plugin to use disconnect watches.Luiz Augusto von Dentz
2009-04-15Fix a2dp_source_get error checkingJohan Hedberg
2009-04-15Fix sink.c crash if removing device while connectingJohan Hedberg
2009-04-02Fix disconnection timers for org.bluez.AudioJohan Hedberg
2009-03-28Add support for sink state callbacksJohan Hedberg
2009-03-27Implement Audio.Connect and Audio.DisconnectJohan Hedberg
2009-03-27Add support for automatic HFP+A2DP connection creation with incoming connectionsJohan Hedberg
2009-03-27Fix Disconnected being emitted while reconfiguring.Luiz Augusto von Dentz
2009-03-25Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz
2009-03-25Add State property also to AudioSink.GetProperties()Johan Hedberg
2009-03-25Make use of the AVDTP session state callback for automatic AVRCP controlJohan Hedberg
2009-03-25Handle sink->session == NULL && session == NULL correctly in sink_setup_streamJohan Hedberg
2009-03-24Ignore non-sink devices in sink.c avdtp_state_callbackJohan Hedberg
2009-03-24Add State property to the AudioSink interfaceJohan Hedberg
2009-03-24Add possibility to track AVDTP connection state changesJohan Hedberg
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg
2009-02-02Set up a stream for incoming connections if the sink doesn't do itJohan Hedberg
2009-01-27Don't auto-disconnect explicitly created A2DP connectionsJohan Hedberg
2009-01-01Update copyright informationMarcel Holtmann
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz
2008-10-24Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg
2008-10-16Fix indentation levelsJohan Hedberg
2008-10-16Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg
2008-10-16Fix remaining places to use dict_append_entry tooJohan Hedberg
2008-10-03Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann
2008-10-02Mark old plugins API as deprecated.Luiz Augusto von Dentz
2008-10-02Add code to emit PropertyChanged on sink interface.Luiz Augusto von Dentz