aboutsummaryrefslogtreecommitdiff
path: root/audio/avdtp.c
AgeCommit message (Expand)Author
2008-05-15Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz
2008-05-15Fix default value handling when config file is not presentMarcel Holtmann
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-05-08fixed format stringClaudio Takahasi
2008-05-07Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz
2008-05-05Fixes avdtp and avctp authorization for incoming connections.Luiz Augusto von Dentz
2008-04-29Fixed psm endianness for l2cap connectionCidorvan Leite
2008-04-28AVDTP l2cap connection clean up in audio pluginCidorvan Leite
2008-03-05Rename ForceMaster to just MasterJohan Hedberg
2008-03-05Do master role switching by default and add ForceMaster config optionJohan Hedberg
2008-02-02Update copyright informationMarcel Holtmann
2008-01-28Whitespace cleanupJohan Hedberg
2008-01-23Add config options for each source.Luiz Augusto von Dentz
2008-01-23Add mpeg12 sep registration.Luiz Augusto von Dentz
2007-12-07Minor locality issueJohan Hedberg
2007-12-07Make sure remote SEP cache and active streams stay in syncJohan Hedberg
2007-12-07Fix BT_GETCAPABILITIES when the headset has already been acting as INTJohan Hedberg
2007-12-07Minor coding style fixesJohan Hedberg
2007-12-05Cache discovery process to avoid delays.Luiz Augusto von Dentz
2007-12-03Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz
2007-11-05Fix packet lenght to be the output MTU.Luiz Augusto von Dentz
2007-10-25Fix L2CAP socket leakJohan Hedberg
2007-10-23Update copyright informationMarcel Holtmann
2007-10-23Integrate AVRCP further with the rest of the audio serviceJohan Hedberg
2007-10-11Bring back the suspend timer but only set it for suspends initiated by usJohan Hedberg
2007-10-11Remove stream idle timerJohan Hedberg
2007-10-09Handle cross-connect case for AVDTPJohan Hedberg
2007-09-28Expose stream setup errors higher up in the call stackJohan Hedberg
2007-09-21Fix bogus error checking.Luiz Augusto von Dentz
2007-09-17Clear pending request stream reference if stream goes away (e.g. media transporJohan Hedberg
2007-09-02increase request timeout since the request might not get sent immediatly when...Johan Hedberg
2007-08-31Remove transport channel callback before freeing streamJohan Hedberg
2007-08-31Fix endianess problem.Luiz Augusto von Dentz
2007-08-31Cleanup and fixes of stream handlingJohan Hedberg
2007-08-29Make codec parameters support available for application.Luiz Augusto von Dentz
2007-08-26First attempt to make this endian safeMarcel Holtmann
2007-08-24Remove left-over transport callback in stream_freeJohan Hedberg
2007-08-24Support up to two simultaneous streamsJohan Hedberg
2007-08-21Handle connect attempts during authorization betterJohan Hedberg
2007-08-21Plug a memory leak when manager_authorize failsJohan Hedberg
2007-08-21Implement RequestAuthorization supportJohan Hedberg
2007-08-20Improve robustness of A2DP SEP active stream state by using a stream state ca...Johan Hedberg
2007-08-19Improve handling of unix clients which stay connected even though the headset...Johan Hedberg
2007-08-18Reduce stream idle timeout from 30s to 20sJohan Hedberg
2007-08-18Add idle timeout for streamsJohan Hedberg
2007-08-18Accept start requests and add timeout for suspending unused streamsJohan Hedberg
2007-08-17Add some debug for the stream endpoint discoveryMarcel Holtmann
2007-08-17Fix seid counting in suspend and start requestsJohan Hedberg
2007-08-16Handle error situations betterJohan Hedberg