summaryrefslogtreecommitdiff
path: root/profiles/audio/source.c
Commit message (Expand)AuthorAgeFilesLines
* a2dp: set session to NULL when freeing channelArchie Pusaka2021-02-081-1/+4
* audio: unref session when failed to setupArchie Pusaka2020-11-051-1/+4
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* audio: Fix cancelling disconnect timeoutLuiz Augusto von Dentz2019-10-131-13/+12
* audio: Fix double freeLuiz Augusto von Dentz2016-04-011-3/+3
* audio/a2dp: Simplify error handlingLuiz Augusto von Dentz2016-03-231-22/+10
* audio: Fix service stateLuiz Augusto von Dentz2015-08-141-1/+1
* audio: Fix not resetting connect_idLuiz Augusto von Dentz2015-08-141-0/+2
* audio: Fix possible crash when removing deviceLuiz Augusto von Dentz2015-07-131-1/+3
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-281-5/+5
* audio/avdtp: Use SEP queue instead of avdtp_server in avdtp codeAndrei Emeltchenko2015-02-221-0/+1
* audio: Refactor avdtp_get functionAndrei Emeltchenko2015-02-221-1/+1
* audio/source: Fix XCASE connectionLuiz Augusto von Dentz2014-11-241-0/+3
* profiles/audio: Fix propagation of EHOSTDOWN errorAndrzej Kaczmarek2014-06-041-5/+8
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-3/+3
* audio/source: Remove shutdown parameter from source_disconnectLuiz Augusto von Dentz2013-11-181-4/+1
* audio: Remove audio pluginLuiz Augusto von Dentz2013-07-241-1/+0
* audio/source: Move stream retry logic to policy pluginLuiz Augusto von Dentz2013-07-121-43/+11
* audio/source: Remove dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-13/+9
* audio/A2DP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-5/+5
* audio/AVDTP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-16/+15
* audio/source: Reduce dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-30/+35
* audio/source: Use service user_data for private dataLuiz Augusto von Dentz2013-07-121-12/+16
* audio/source: Fix not notifying service about connection stateLuiz Augusto von Dentz2013-07-051-12/+4
* profile: Use btd_service for connect/disconnectMikel Astiz2013-04-261-9/+9
* audio: Hold a reference to btd_serviceMikel Astiz2013-04-261-1/+6
* source: Register state callback for specified audio deviceSzymon Janc2013-03-061-1/+8
* avdtp: Remove user data from avdtp_session_state_cbSzymon Janc2013-03-061-4/+2
* avdtp: Register state callback for specified audio deviceSzymon Janc2013-03-061-9/+7
* a2dp: Convert sink/source register to accept btd_adapterSzymon Janc2012-12-191-2/+3
* audio: Fix using the right procedure id when cleaning upJohan Hedberg2012-12-141-2/+2
* audio: Remove unused source_get_state and source_is_active functionsJohan Hedberg2012-12-141-17/+0
* audio: Get rid of unneeded struct pending_requestJohan Hedberg2012-12-111-87/+42
* avdtp: Convert avdtp_get to accept audio_deviceSzymon Janc2012-12-101-1/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* audio: Remove not used auto connect flagChan-yeol Park2012-12-051-2/+0
* audio: Remove AudioSource interfaceLuiz Augusto von Dentz2012-11-261-135/+11
* source: Expose internal connection APIMikel Astiz2012-11-201-78/+79
* source: Add missing code in source_disconnect()Mikel Astiz2012-11-201-6/+31
* audio: Trivial function renamesMikel Astiz2012-11-201-5/+5
* audio: Move to profiles directoryLuiz Augusto von Dentz2012-11-131-0/+636