summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Reduce stream idle timeout from 30s to 20sJohan Hedberg2007-08-181-1/+1
|
* Add idle timeout for streamsJohan Hedberg2007-08-181-1/+35
|
* 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-182-40/+115
|
* Add some debug for the stream endpoint discoveryMarcel Holtmann2007-08-171-17/+21
|
* Fix seid counting in suspend and start requestsJohan Hedberg2007-08-171-2/+2
|
* Fix path (un)registering when hcid is not runningJohan Hedberg2007-08-161-6/+6
|
* Handle error situations betterJohan Hedberg2007-08-166-82/+280
|
* Revert changes from previous commit that were not supposed to go inJohan Hedberg2007-08-164-64/+17
|
* Fix minumum bitpool calculationJohan Hedberg2007-08-165-19/+65
|
* 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-162-3/+1
|
* Remove unused includeJohan Hedberg2007-08-161-1/+0
|
* Remove unused codeJohan Hedberg2007-08-162-90/+0
|
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-1611-365/+736
|
* According to spec. OPEN state is entered before calling suspend_cfmJohan Hedberg2007-08-151-2/+2
|
* call avdtp_start from open_cfm instead of state callbackJohan Hedberg2007-08-153-9/+31
|
* Implement support for incoming suspend commandsJohan Hedberg2007-08-151-3/+59
|
* The resume variable is redundantJohan Hedberg2007-08-151-6/+3
|
* Fix resuming of stream on rapid unix client reconnectsJohan Hedberg2007-08-151-4/+14
|
* Improve avdtp_write error handlingJohan Hedberg2007-08-151-7/+28
|
* Yet another fix (memory leak) to using find_adapterJohan Hedberg2007-08-151-6/+6
|
* check find_adapter return value for NULLJohan Hedberg2007-08-151-0/+2
|
* Use FindAdapter to resolve adapter pathsJohan Hedberg2007-08-151-2/+58
|
* send_request returns int and not a booleanJohan Hedberg2007-08-151-1/+1
|
* avdtp_send returns a boolean and not a intJohan Hedberg2007-08-151-2/+3
|
* Switch to OPEN state when receiving Open accept responseJohan Hedberg2007-08-151-1/+5
|
* Fix CONFIGURED->OPEN state changeJohan Hedberg2007-08-151-2/+0
|
* STREAMING->OPEN happens first when Suspend response is receivedJohan Hedberg2007-08-151-7/+1
|
* A2DP specific cleanup callback is unnecessary after the previous fix to ↵Johan Hedberg2007-08-151-11/+2
| | | | bluetooth_exit
* Minor fixes to alsa plugin.Luiz Augusto von Dentz2007-08-141-3/+5
|
* Reset sink->c before calling get_config to avoid EBUSYJohan Hedberg2007-08-141-1/+2
|
* Don't call a alsa callback from inside a alsa callbackJohan Hedberg2007-08-141-1/+0
|
* Cleanup the sbc codec when the plugin is deinitializedJohan Hedberg2007-08-141-2/+11
|
* Fix use of bluetooth_hw_params for a2dp device.Luiz Augusto von Dentz2007-08-141-15/+39
|
* Also call stream state callback in error situationsJohan Hedberg2007-08-141-6/+12
|
* Rename pending_connect struct to something more accurate to its usageJohan Hedberg2007-08-131-10/+11
|
* Fix error checking order in sink_get_configJohan Hedberg2007-08-131-3/+3
|
* Don't perform any additional actions if not the initiator of a streamJohan Hedberg2007-08-131-0/+4
|
* Add extra error log to sink_get_configJohan Hedberg2007-08-131-1/+3
|
* Handle unix client disconnect properly before we have received a ↵Johan Hedberg2007-08-131-2/+3
| | | | configuration message
* Add some error checks to sink_get_configJohan Hedberg2007-08-131-7/+13
|
* Implement support for incoming Start commandJohan Hedberg2007-08-132-11/+76
|
* Update API descriptionJohan Hedberg2007-08-131-2/+81
|
* Fix RemoveDevice bug that prevent its removal from storage.Luiz Augusto von Dentz2007-08-133-8/+30
|
* Fix compilation of debug only sectionsMarcel Holtmann2007-08-131-5/+5
|
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-1321-55/+42
|
* Clean up mess with header filesJohan Hedberg2007-08-1212-85/+87
|
* All local SEP callbacks need a avdtp session parameterJohan Hedberg2007-08-123-42/+56
|
* Clean up protocol structsJohan Hedberg2007-08-121-38/+15
|