summaryrefslogtreecommitdiff
path: root/audio/sink.c
Commit message (Expand)AuthorAgeFilesLines
* audio: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-25/+19
* dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek2012-09-211-5/+5
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-031-0/+1
* sink: remove deprecated D-Bus methodGustavo Padovan2012-07-051-24/+0
* AVDTP: Remove auto_dc flagLuiz Augusto von Dentz2012-06-291-2/+0
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-171-9/+9
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-171-14/+16
* Constify GDBus signal tablesLucas De Marchi2012-05-171-1/+1
* Constify GDBus method tablesLucas De Marchi2012-05-171-1/+1
* audio: Fix clang compiler warnings regarding implicit enum conversionVinicius Costa Gomes2012-02-141-2/+2
* Remove error_common_reply()Gustavo F. Padovan2010-12-161-3/+4
* audio: use btd_error_failed()Gustavo F. Padovan2010-12-141-6/+3
* Add btd_error_already_connected()Gustavo F. Padovan2010-12-081-3/+1
* Add btd_error_busy()Gustavo F. Padovan2010-12-071-4/+2
* Add btd_error_not_connected()Gustavo F. Padovan2010-12-071-3/+1
* Fix not dropping avdtp session reference when cancelling stream setupLuiz Augusto von Dentz2010-11-191-0/+3
* Add debug logs for state changes on sinkLuiz Augusto von Dentz2010-11-191-0/+10
* Fix not aborting sink stream configuration on disconnectLuiz Augusto von Dentz2010-11-111-1/+27
* Don't use AVDTP timer when the device is being disconnectedJohan Hedberg2010-10-291-0/+2
* Make use of avdtp category when setting errorsLuiz Augusto von Dentz2010-10-111-2/+2
* Fix headset disconnecting via device disconnectRadoslaw Jablonski2010-09-281-29/+0
* Add initial implementation of org.bluez.Media specLuiz Augusto von Dentz2010-09-151-157/+22
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-11/+11
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Add immediate parameter to avdtp_closeLuiz Augusto Von Dentz2010-03-241-3/+3
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Add support for AVDTP 1.3 Delay ReportingJohan Hedberg2009-10-061-0/+6
* Adapt A2DP functions to support the Sink role.João Paulo Rechi Vita2009-07-131-4/+3
* Fix sink disconnect callback removalJohan Hedberg2009-05-061-3/+11
* Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz2009-05-041-0/+4
* Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz2009-04-271-1/+2
* Fix removing sink retry timer in sink_freeJohan Hedberg2009-04-271-4/+13
* Make audio plugin to use disconnect watches.Luiz Augusto von Dentz2009-04-221-0/+19
* Fix a2dp_source_get error checkingJohan Hedberg2009-04-151-0/+5
* Fix sink.c crash if removing device while connectingJohan Hedberg2009-04-151-9/+22
* Fix disconnection timers for org.bluez.AudioJohan Hedberg2009-04-021-2/+2
* Add support for sink state callbacksJohan Hedberg2009-03-281-37/+78
* Implement Audio.Connect and Audio.DisconnectJohan Hedberg2009-03-271-0/+11
* Add support for automatic HFP+A2DP connection creation with incoming connectionsJohan Hedberg2009-03-271-0/+2
* Fix Disconnected being emitted while reconfiguring.Luiz Augusto von Dentz2009-03-271-14/+12
* Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz2009-03-251-1/+3
* Add State property also to AudioSink.GetProperties()Johan Hedberg2009-03-251-11/+24
* Make use of the AVDTP session state callback for automatic AVRCP controlJohan Hedberg2009-03-251-1/+2
* Handle sink->session == NULL && session == NULL correctly in sink_setup_streamJohan Hedberg2009-03-251-0/+3
* Ignore non-sink devices in sink.c avdtp_state_callbackJohan Hedberg2009-03-241-0/+3
* Add State property to the AudioSink interfaceJohan Hedberg2009-03-241-9/+76
* Add possibility to track AVDTP connection state changesJohan Hedberg2009-03-241-1/+1
* Convert some not-so-important info logs to debug logsJohan Hedberg2009-03-241-2/+2
* Set up a stream for incoming connections if the sink doesn't do itJohan Hedberg2009-02-021-25/+54