summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve robustness of A2DP SEP active stream state by using a stream state ca...Johan Hedberg2007-08-201-27/+32
* 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 headset...Johan Hedberg2007-08-191-1/+2
* 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