summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz2008-05-151-94/+30
|
* Fix default value handling when config file is not presentMarcel Holtmann2008-05-151-8/+9
|
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
|
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-3/+3
|
* fixed format stringClaudio Takahasi2008-05-081-2/+2
|
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-1/+1
|
* Fixes avdtp and avctp authorization for incoming connections.Luiz Augusto von Dentz2008-05-051-26/+34
|
* Fixed psm endianness for l2cap connectionCidorvan Leite2008-04-291-1/+1
|
* AVDTP l2cap connection clean up in audio pluginCidorvan Leite2008-04-281-79/+19
|
* Rename ForceMaster to just MasterJohan Hedberg2008-03-051-1/+1
|
* Do master role switching by default and add ForceMaster config optionJohan Hedberg2008-03-051-3/+19
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Whitespace cleanupJohan Hedberg2008-01-281-1/+1
|
* Add config options for each source.Luiz Augusto von Dentz2008-01-231-0/+2
|
* Add mpeg12 sep registration.Luiz Augusto von Dentz2008-01-231-0/+2
|
* Minor locality issueJohan Hedberg2007-12-071-1/+1
|
* Make sure remote SEP cache and active streams stay in syncJohan Hedberg2007-12-071-3/+5
|
* Fix BT_GETCAPABILITIES when the headset has already been acting as INTJohan Hedberg2007-12-071-4/+4
|
* Minor coding style fixesJohan Hedberg2007-12-071-5/+9
|
* Cache discovery process to avoid delays.Luiz Augusto von Dentz2007-12-051-6/+5
|
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-031-1/+36
|
* Fix packet lenght to be the output MTU.Luiz Augusto von Dentz2007-11-051-9/+15
|
* Fix L2CAP socket leakJohan Hedberg2007-10-251-5/+3
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* Integrate AVRCP further with the rest of the audio serviceJohan Hedberg2007-10-231-0/+21
|
* Bring back the suspend timer but only set it for suspends initiated by usJohan Hedberg2007-10-111-0/+24
|
* Remove stream idle timerJohan Hedberg2007-10-111-24/+0
|
* Handle cross-connect case for AVDTPJohan Hedberg2007-10-091-0/+17
|
* Expose stream setup errors higher up in the call stackJohan Hedberg2007-09-281-15/+7
|
* Fix bogus error checking.Luiz Augusto von Dentz2007-09-211-5/+5
|
* Clear pending request stream reference if stream goes away (e.g. media transporJohan Hedberg2007-09-171-0/+2
| | | | connection dies) before the request is replied to.
* increase request timeout since the request might not get sent immediatly ↵Johan Hedberg2007-09-021-1/+1
| | | | when the ACL is very congested
* Remove transport channel callback before freeing streamJohan Hedberg2007-08-311-0/+3
|
* Fix endianess problem.Luiz Augusto von Dentz2007-08-311-2/+2
|
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-45/+72
|
* Make codec parameters support available for application.Luiz Augusto von Dentz2007-08-291-16/+51
|
* First attempt to make this endian safeMarcel Holtmann2007-08-261-10/+91
|
* Remove left-over transport callback in stream_freeJohan Hedberg2007-08-241-0/+5
|
* Support up to two simultaneous streamsJohan Hedberg2007-08-241-33/+59
|
* Handle connect attempts during authorization betterJohan Hedberg2007-08-211-1/+11
|
* Plug a memory leak when manager_authorize failsJohan Hedberg2007-08-211-0/+1
|
* Implement RequestAuthorization supportJohan Hedberg2007-08-211-12/+77
|
* Improve robustness of A2DP SEP active stream state by using a stream state ↵Johan Hedberg2007-08-201-1/+3
| | | | callback instead of the SEP callbacks
* Improve handling of unix clients which stay connected even though the ↵Johan Hedberg2007-08-191-7/+0
| | | | headset connection is lost
* Reduce stream idle timeout from 30s to 20sJohan Hedberg2007-08-181-1/+1
|
* Add idle timeout for streamsJohan Hedberg2007-08-181-1/+35
|
* Accept start requests and add timeout for suspending unused streamsJohan Hedberg2007-08-181-1/+7
|
* 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
|
* Handle error situations betterJohan Hedberg2007-08-161-31/+135
|