aboutsummaryrefslogtreecommitdiff
path: root/audio/sink.h
AgeCommit message (Collapse)Author
2009-02-02Set up a stream for incoming connections if the sink doesn't do itJohan Hedberg
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).
2009-01-01Update copyright informationMarcel Holtmann
2008-09-08Rename Source and Sink to AudioSource and AudioSinkJohan Hedberg
2008-09-06Fix audio and input interfaces match the API documentationJohan Hedberg
2008-07-30Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz
2008-05-29Replace struct device with struct audio_deviceMarcel Holtmann
2008-02-02Update copyright informationMarcel Holtmann
2007-10-23Update copyright informationMarcel Holtmann
2007-08-16Rework interfacing with the avdtp state machineJohan Hedberg
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg
2007-08-12Clean up mess with header filesJohan Hedberg
2007-08-12Implement proper acceptor side functionalityJohan Hedberg
2007-08-11Remove redundant stream fd from config responseJohan Hedberg
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg
2007-07-23Add first files for to start A2DP implementationJohan Hedberg