summaryrefslogtreecommitdiff
path: root/audio/a2dp.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-07Fixes use of g_idle_add function.Luiz Augusto von Dentz1-22/+35
2007-12-07Bring back start variable to fix racecondition with quickly reconnecting IPC ...Johan Hedberg1-1/+21
2007-12-07a2dp_source_suspend should call avdtp_suspend and not avdtp_start if the stat...Johan Hedberg1-2/+2
2007-12-07Fix another potential uninitialized memory access issueJohan Hedberg1-1/+1
2007-12-07Fix unitialized memory access issueJohan Hedberg1-2/+2
2007-12-07Minor coding style fixesJohan Hedberg1-1/+1
2007-12-03Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz1-402/+310
2007-10-23Update copyright informationMarcel Holtmann1-0/+1
2007-10-22Fix avdtp session leak when receiving consequtive start & suspend requestsJohan Hedberg1-3/+8
2007-10-11Don't set suspend timer if the SEP is lockedJohan Hedberg1-1/+2
2007-10-10Fix warning caused by previous patchJohan Hedberg1-1/+1
2007-10-10Remove suspend timer if the other end sends a suspend commandJohan Hedberg1-0/+6
2007-09-28Expose stream setup errors higher up in the call stackJohan Hedberg1-37/+65
2007-09-03Limit range of bitpool announced while in ACP side.Luiz Augusto von Dentz1-3/+27
2007-08-31Fix stream starting if suspend request is pendingJohan Hedberg1-1/+1
2007-08-31Cleanup and fixes of stream handlingJohan Hedberg1-60/+28
2007-08-31Fix more SEP locking issuesJohan Hedberg1-26/+76
2007-08-31Fix local SEP locking when connecting fails or unix client disconnectsJohan Hedberg1-2/+8
2007-08-30Fix stream setup error handlingJohan Hedberg1-4/+3
2007-08-30Prefer 44.1kHz over 48kHzMarcel Holtmann1-3/+3
2007-08-30Disable the broken optional codec parameters setupMarcel Holtmann1-5/+5
2007-08-29Fix memory issue.Luiz Augusto von Dentz1-2/+3
2007-08-29Fix the need to have all parameters.Luiz Augusto von Dentz1-3/+3
2007-08-29Make codec parameters support available for application.Luiz Augusto von Dentz1-179/+253
2007-08-28Fix unix client disconnects before headset has been successfully connectedJohan Hedberg1-1/+1
2007-08-28Make SBC Audio Source count configurable and the default value 1Johan Hedberg1-6/+6
2007-08-27First try at device autocreate supportJohan Hedberg1-1/+1
2007-08-24Fix locking of A2DP SEP'sJohan Hedberg1-1/+4
2007-08-24Support up to two simultaneous streamsJohan Hedberg1-173/+262
2007-08-21Implement RequestAuthorization supportJohan Hedberg1-2/+2
2007-08-20Improve robustness of A2DP SEP active stream state by using a stream state ca...Johan Hedberg1-27/+32
2007-08-20Improve handling of simultaneous connect attempts to different devicesJohan Hedberg1-2/+22
2007-08-19Improve handling of unix clients which stay connected even though the headset...Johan Hedberg1-1/+2
2007-08-18Reset value of timer id after removing itJohan Hedberg1-1/+3
2007-08-18Accept start requests and add timeout for suspending unused streamsJohan Hedberg1-39/+108
2007-08-16Handle error situations betterJohan Hedberg1-18/+46
2007-08-16Fix minumum bitpool calculationJohan Hedberg1-2/+1
2007-08-16Free callback data after removing it from the listJohan Hedberg1-0/+1
2007-08-16a2dp_select_capabilities doesn't need to be publicJohan Hedberg1-1/+1
2007-08-16Remove unused includeJohan Hedberg1-1/+0
2007-08-16Remove unused codeJohan Hedberg1-87/+0
2007-08-16Rework interfacing with the avdtp state machineJohan Hedberg1-66/+394
2007-08-15call avdtp_start from open_cfm instead of state callbackJohan Hedberg1-0/+23
2007-08-13Implement support for incoming Start commandJohan Hedberg1-1/+5
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg1-0/+2
2007-08-12Clean up mess with header filesJohan Hedberg1-1/+2
2007-08-12All local SEP callbacks need a avdtp session parameterJohan Hedberg1-16/+22
2007-08-12Implement proper acceptor side functionalityJohan Hedberg1-6/+24
2007-08-11Remove redundant stream fd from config responseJohan Hedberg1-3/+4
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg1-0/+611