Commit Graph

19 Commits

Author SHA1 Message Date
Johan Hedberg
5592142cb9 Update Nokia copyrights 2010-01-07 01:11:05 -08:00
Marcel Holtmann
9184e2eeb7 Update copyright information 2010-01-01 17:08:17 -08:00
Johan Hedberg
e240882cdc Add support for sink state callbacks 2009-03-28 01:15:23 +02:00
Johan Hedberg
b7c0c6f79a Implement Audio.Connect and Audio.Disconnect 2009-03-27 21:20:07 +02:00
Johan Hedberg
38ca09be34 Set up a stream for incoming connections if the sink doesn't do it
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-02-02 19:32:14 -08:00
Marcel Holtmann
fb333f1c88 Update copyright information 2009-01-01 19:33:20 +01:00
Johan Hedberg
779b2cbee3 Rename Source and Sink to AudioSource and AudioSink 2008-09-08 11:40:32 +03:00
Johan Hedberg
26dc8445ff Fix audio and input interfaces match the API documentation 2008-09-06 02:09:05 +03:00
Luiz Augusto von Dentz
d0c561820c Remove use of g_dbus_unregister_all_interfaces. 2008-07-30 17:57:50 -03:00
Marcel Holtmann
caf9fdd6d0 Replace struct device with struct audio_device 2008-05-29 08:05:16 +00:00
Marcel Holtmann
e823c15e43 Update copyright information 2008-02-02 03:37:05 +00:00
Marcel Holtmann
de72271829 Update copyright information 2007-10-23 17:17:47 +00:00
Johan Hedberg
cdd9e2e17a Rework interfacing with the avdtp state machine 2007-08-16 15:42:10 +00:00
Johan Hedberg
c2833e263d Remove ifndef protections and includes from .h files 2007-08-13 08:14:22 +00:00
Johan Hedberg
d013a1eaa7 Clean up mess with header files 2007-08-12 23:58:15 +00:00
Johan Hedberg
f817fefff6 Implement proper acceptor side functionality 2007-08-12 21:34:50 +00:00
Johan Hedberg
9494c146ce Remove redundant stream fd from config response 2007-08-11 15:52:27 +00:00
Johan Hedberg
6763ebb3c2 Integrate A2DP work from Johan's and Luiz's GIT trees 2007-08-11 11:05:24 +00:00
Johan Hedberg
6eb1dc5328 Add first files for to start A2DP implementation 2007-07-23 15:43:32 +00:00