summaryrefslogtreecommitdiffstats
path: root/audio/sink.h
Commit message (Collapse)AuthorAgeFilesLines
* Set up a stream for incoming connections if the sink doesn't do itJohan Hedberg2009-02-021-0/+1
| | | | | | | | | | | | | | Some headsets when acting as initiators of an AVDTP connection create the AVDTP signaling channel but don't do anything else over it (i.e. they expect us to set up a stream when needed). This patch makes bluetoothd do the same as AudioSink.Connect() if no AVDTP commands have been received from the sink within one second after it has created the AVDTP signaling channel to us. Setting up a stream is also important because the AudioSink Connected property is bound to the existence of a configured stream (which makes sense since an AVDTP connection as such tells us nothing about what sinks and sources there are or even if audio or video will be used).
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Rename Source and Sink to AudioSource and AudioSinkJohan Hedberg2008-09-081-1/+1
|
* Fix audio and input interfaces match the API documentationJohan Hedberg2008-09-061-1/+1
|
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-07-301-1/+1
|
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-5/+5
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-3/+0
|
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-4/+0
|
* Clean up mess with header filesJohan Hedberg2007-08-121-10/+9
|
* Implement proper acceptor side functionalityJohan Hedberg2007-08-121-1/+2
|
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-1/+1
|
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-0/+11
|
* Add first files for to start A2DP implementationJohan Hedberg2007-07-231-0/+27