summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning caused by previous patchJohan Hedberg2007-10-101-1/+1
|
* Remove suspend timer if the other end sends a suspend commandJohan Hedberg2007-10-101-0/+6
|
* Expose stream setup errors higher up in the call stackJohan Hedberg2007-09-281-37/+65
|
* Limit range of bitpool announced while in ACP side.Luiz Augusto von Dentz2007-09-031-3/+27
|
* Fix stream starting if suspend request is pendingJohan Hedberg2007-08-311-1/+1
|
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-60/+28
|
* Fix more SEP locking issuesJohan Hedberg2007-08-311-26/+76
|
* Fix local SEP locking when connecting fails or unix client disconnectsJohan Hedberg2007-08-311-2/+8
|
* Fix stream setup error handlingJohan Hedberg2007-08-301-4/+3
|
* Prefer 44.1kHz over 48kHzMarcel Holtmann2007-08-301-3/+3
|
* Disable the broken optional codec parameters setupMarcel Holtmann2007-08-301-5/+5
|
* Fix memory issue.Luiz Augusto von Dentz2007-08-291-2/+3
|
* Fix the need to have all parameters.Luiz Augusto von Dentz2007-08-291-3/+3
|
* Make codec parameters support available for application.Luiz Augusto von Dentz2007-08-291-179/+253
|
* Fix unix client disconnects before headset has been successfully connectedJohan Hedberg2007-08-281-1/+1
|
* Make SBC Audio Source count configurable and the default value 1Johan Hedberg2007-08-281-6/+6
|
* First try at device autocreate supportJohan Hedberg2007-08-271-1/+1
|
* Fix locking of A2DP SEP'sJohan Hedberg2007-08-241-1/+4
|
* Support up to two simultaneous streamsJohan Hedberg2007-08-241-173/+262
|
* Implement RequestAuthorization supportJohan Hedberg2007-08-211-2/+2
|
* Improve robustness of A2DP SEP active stream state by using a stream state ↵Johan Hedberg2007-08-201-27/+32
| | | | callback instead of the SEP callbacks
* Improve handling of simultaneous connect attempts to different devicesJohan Hedberg2007-08-201-2/+22
|
* Improve handling of unix clients which stay connected even though the ↵Johan Hedberg2007-08-191-1/+2
| | | | headset connection is lost
* Reset value of timer id after removing itJohan Hedberg2007-08-181-1/+3
|
* Accept start requests and add timeout for suspending unused streamsJohan Hedberg2007-08-181-39/+108
|
* Handle error situations betterJohan Hedberg2007-08-161-18/+46
|
* Fix minumum bitpool calculationJohan Hedberg2007-08-161-2/+1
|
* Free callback data after removing it from the listJohan Hedberg2007-08-161-0/+1
|
* a2dp_select_capabilities doesn't need to be publicJohan Hedberg2007-08-161-1/+1
|
* Remove unused includeJohan Hedberg2007-08-161-1/+0
|
* Remove unused codeJohan Hedberg2007-08-161-87/+0
|
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-66/+394
|
* call avdtp_start from open_cfm instead of state callbackJohan Hedberg2007-08-151-0/+23
|
* Implement support for incoming Start commandJohan Hedberg2007-08-131-1/+5
|
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-0/+2
|
* Clean up mess with header filesJohan Hedberg2007-08-121-1/+2
|
* All local SEP callbacks need a avdtp session parameterJohan Hedberg2007-08-121-16/+22
|
* Implement proper acceptor side functionalityJohan Hedberg2007-08-121-6/+24
|
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-3/+4
|
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-0/+611
|
* Add files for A2DP specific codeJohan Hedberg2007-08-011-0/+28