aboutsummaryrefslogtreecommitdiff
path: root/audio/avdtp.c
AgeCommit message (Expand)Author
2011-01-11Fix possible memory leak when handling avdtp transport connectionLuiz Augusto von Dentz
2010-12-19Add manager_foreach_adapter()Johan Hedberg
2010-12-16Add AVDTP SRC stream send buffer size verificationDmitriy Paliy
2010-11-28Remove unused includesJohan Hedberg
2010-11-19Fix not indicating disconnected state when connecting to avdtpLuiz Augusto von Dentz
2010-11-19Fix possible crashes when attempting to connect avdtpLuiz Augusto von Dentz
2010-11-19Fix abort not being send when the state is idleLuiz Augusto von Dentz
2010-11-01Fix avoid starting AVDTP disconnect timer twiceDaniel Orstadius
2010-10-29Don't use AVDTP timer when the device is being disconnectedJohan Hedberg
2010-10-11Fix blocking on setconf indication callbackLuiz Augusto von Dentz
2010-10-11Make use of avdtp category when setting errorsLuiz Augusto von Dentz
2010-10-11Add source if the device attempt to configure a stream with a local sinkLuiz Augusto von Dentz
2010-09-15Add initial implementation of org.bluez.Media specLuiz Augusto von Dentz
2010-08-19Fix crash when there is no enough space to fragment avdtp packetLuiz Augusto von Dentz
2010-06-29Remove redundant information that is already present in DBGLuiz Augusto von Dentz
2010-06-17Add an error log when avdtp_close fails in stream_timeoutJohan Hedberg
2010-05-26Coding style cleanupJohan Hedberg
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-03-24Send abort on while cancelling a2dp setupLuiz Augusto Von Dentz
2010-03-24Make abort requests to have a shorter timeoutLuiz Augusto Von Dentz
2010-03-24Fix avdtp_abort not canceling pending requestsLuiz Augusto Von Dentz
2010-03-24Drop connection if abort is rejectedLuiz Augusto Von Dentz
2010-02-21Fix double free on AVDTP Abort responseDaniel Orstadius
2010-02-18Mark inuse flag whenever a stream is configuredLuiz Augusto Von Dentz
2010-02-17Fix possible crash while verifying avdtp versionLuiz Augusto Von Dentz
2010-02-10Handle unanswered AVDTP request on disconnectDaniel Orstadius
2010-01-07Update Nokia copyrightsJohan Hedberg
2010-01-01Update copyright informationMarcel Holtmann
2009-11-20Fix sending incorrect AVDTP commands after a timeout occursJohan Hedberg
2009-10-06Add support for AVDTP 1.3 Delay ReportingJohan Hedberg
2009-10-06Fix off-by-one issue with AVDTP capability parsingJohan Hedberg
2009-10-02Fix error code handling for AVDTP SetConfiguration responseJohan Hedberg
2009-09-16Fix AVDTP suspend while closingJohan Hedberg
2009-09-15Fix command timeout handling when there's no streamJohan Hedberg
2009-09-15Fix AVDTP ABORTING state transitionJohan Hedberg
2009-09-15Fix stream handling when the media transport disconnects prematurelyJohan Hedberg
2009-09-09Fixed duplicate attempt from device to connect 'signalling' channelPeter Hurley
2009-09-05Fix AVDTP stream leak for invalid media transport configJohan Hedberg
2009-09-04Fix audio connection authorization handling with timeoutsJohan Hedberg
2009-09-03Fix authorization when the audio profiles are slow to connectJohan Hedberg
2009-09-03Fix AVDTP Abort when transport closes before responseJohan Hedberg
2009-09-02Fix AVDTP General Reject to match ESR04Johan Hedberg
2009-09-02Reject AVDTP_DISCOVER when there are no SEPs availableJohan Hedberg
2009-09-02Reject AVDTP START/STOP when disconnectingDaniel Orstadius
2009-07-13Create A2DP Source interface.João Paulo Rechi Vita
2009-06-17Don't assert on AVDTP reference count bugsJohan Hedberg
2009-06-16Call shutdown() on A2DP audio stream channel before closingJohan Hedberg
2009-06-15Fix bug which cause authorization to be denied in certain headsets.Luiz Augusto von Dentz