summaryrefslogtreecommitdiff
path: root/audio/sink.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-13audio: Move to profiles directoryLuiz Augusto von Dentz1-671/+0
2012-10-16audio: Remove path from struct audio_deviceSzymon Janc1-8/+9
2012-10-09sink: Remove deprecated codeLuiz Augusto von Dentz1-52/+0
2012-10-09audio: Fix memory leak of AVDTP bufferLuiz Augusto von Dentz1-0/+8
2012-09-21audio: Simplify DBusConnection object handlingAndrzej Kaczmarek1-25/+19
2012-09-21dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek1-5/+5
2012-09-03Add profile abstraction (replaces btd_device drivers)Johan Hedberg1-0/+1
2012-07-05sink: remove deprecated D-Bus methodGustavo Padovan1-24/+0
2012-06-29AVDTP: Remove auto_dc flagLuiz Augusto von Dentz1-2/+0
2012-05-17Do not set signature and reply in GDBus tablesLucas De Marchi1-9/+9
2012-05-17Convert GDBus methods to use macro helpersLucas De Marchi1-14/+16
2012-05-17Constify GDBus signal tablesLucas De Marchi1-1/+1
2012-05-17Constify GDBus method tablesLucas De Marchi1-1/+1
2012-02-14audio: Fix clang compiler warnings regarding implicit enum conversionVinicius Costa Gomes1-2/+2
2010-12-16Remove error_common_reply()Gustavo F. Padovan1-3/+4
2010-12-14audio: use btd_error_failed()Gustavo F. Padovan1-6/+3
2010-12-08Add btd_error_already_connected()Gustavo F. Padovan1-3/+1
2010-12-07Add btd_error_busy()Gustavo F. Padovan1-4/+2
2010-12-07Add btd_error_not_connected()Gustavo F. Padovan1-3/+1
2010-11-19Fix not dropping avdtp session reference when cancelling stream setupLuiz Augusto von Dentz1-0/+3
2010-11-19Add debug logs for state changes on sinkLuiz Augusto von Dentz1-0/+10
2010-11-11Fix not aborting sink stream configuration on disconnectLuiz Augusto von Dentz1-1/+27
2010-10-29Don't use AVDTP timer when the device is being disconnectedJohan Hedberg1-0/+2
2010-10-11Make use of avdtp category when setting errorsLuiz Augusto von Dentz1-2/+2
2010-09-28Fix headset disconnecting via device disconnectRadoslaw Jablonski1-29/+0
2010-09-15Add initial implementation of org.bluez.Media specLuiz Augusto von Dentz1-157/+22
2010-05-21Move debug() to DBG()Gustavo F. Padovan1-11/+11
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-03-24Add immediate parameter to avdtp_closeLuiz Augusto Von Dentz1-3/+3
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-06Add support for AVDTP 1.3 Delay ReportingJohan Hedberg1-0/+6
2009-07-13Adapt A2DP functions to support the Sink role.João Paulo Rechi Vita1-4/+3
2009-05-06Fix sink disconnect callback removalJohan Hedberg1-3/+11
2009-05-04Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz1-0/+4
2009-04-27Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz1-1/+2
2009-04-27Fix removing sink retry timer in sink_freeJohan Hedberg1-4/+13
2009-04-22Make audio plugin to use disconnect watches.Luiz Augusto von Dentz1-0/+19
2009-04-15Fix a2dp_source_get error checkingJohan Hedberg1-0/+5
2009-04-15Fix sink.c crash if removing device while connectingJohan Hedberg1-9/+22
2009-04-02Fix disconnection timers for org.bluez.AudioJohan Hedberg1-2/+2
2009-03-28Add support for sink state callbacksJohan Hedberg1-37/+78
2009-03-27Implement Audio.Connect and Audio.DisconnectJohan Hedberg1-0/+11
2009-03-27Add support for automatic HFP+A2DP connection creation with incoming connectionsJohan Hedberg1-0/+2
2009-03-27Fix Disconnected being emitted while reconfiguring.Luiz Augusto von Dentz1-14/+12
2009-03-25Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz1-1/+3
2009-03-25Add State property also to AudioSink.GetProperties()Johan Hedberg1-11/+24
2009-03-25Make use of the AVDTP session state callback for automatic AVRCP controlJohan Hedberg1-1/+2
2009-03-25Handle sink->session == NULL && session == NULL correctly in sink_setup_streamJohan Hedberg1-0/+3
2009-03-24Ignore non-sink devices in sink.c avdtp_state_callbackJohan Hedberg1-0/+3