summaryrefslogtreecommitdiff
path: root/audio/avdtp.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-06Add support for AVDTP 1.3 Delay ReportingJohan Hedberg1-1/+15
2009-03-25Add specific codec types.Luiz Augusto von Dentz1-0/+2
2009-03-25Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz1-0/+3
2009-03-25Add seid field to capabilities.Luiz Augusto von Dentz1-0/+2
2009-03-25Add configured flag for codec capabilities.Luiz Augusto von Dentz1-1/+4
2009-03-25Make use of the AVDTP session state callback for automatic AVRCP controlJohan Hedberg1-0/+2
2009-03-24Add possibility to track AVDTP connection state changesJohan Hedberg1-0/+15
2009-01-27Don't auto-disconnect explicitly created A2DP connectionsJohan Hedberg1-0/+2
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-09-08Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz1-3/+4
2008-05-27Make control.c to use bt_l2cap_listen.Luiz Augusto von Dentz1-1/+1
2008-03-05Do master role switching by default and add ForceMaster config optionJohan Hedberg1-1/+1
2008-02-02Update copyright informationMarcel Holtmann1-1/+1
2008-01-23Add mpeg12 sep registration.Luiz Augusto von Dentz1-0/+1
2007-12-03Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz1-0/+2
2007-11-05Fix packet lenght to be the output MTU.Luiz Augusto von Dentz1-1/+2
2007-10-23Update copyright informationMarcel Holtmann1-1/+1
2007-10-09Handle cross-connect case for AVDTPJohan Hedberg1-1/+3
2007-09-28Expose stream setup errors higher up in the call stackJohan Hedberg1-2/+15
2007-08-31Fix endianess problem.Luiz Augusto von Dentz1-0/+15
2007-08-31Cleanup and fixes of stream handlingJohan Hedberg1-0/+2
2007-08-29Make codec parameters support available for application.Luiz Augusto von Dentz1-1/+5
2007-08-24Support up to two simultaneous streamsJohan Hedberg1-21/+29
2007-08-16Handle error situations betterJohan Hedberg1-10/+21
2007-08-16Revert changes from previous commit that were not supposed to go inJohan Hedberg1-1/+1
2007-08-16Fix minumum bitpool calculationJohan Hedberg1-1/+1
2007-08-16Rework interfacing with the avdtp state machineJohan Hedberg1-0/+4
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg1-6/+0
2007-08-12All local SEP callbacks need a avdtp session parameterJohan Hedberg1-16/+24
2007-08-12Implement proper acceptor side functionalityJohan Hedberg1-3/+6
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg1-0/+177
2007-07-23Add first files for to start A2DP implementationJohan Hedberg1-0/+23