summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Revert changes from previous commit that were not supposed to go inJohan Hedberg2007-08-161-29/+12
|
* Fix minumum bitpool calculationJohan Hedberg2007-08-161-12/+29
|
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-0/+10
|
* According to spec. OPEN state is entered before calling suspend_cfmJohan Hedberg2007-08-151-2/+2
|
* Implement support for incoming suspend commandsJohan Hedberg2007-08-151-3/+59
|
* send_request returns int and not a booleanJohan Hedberg2007-08-151-1/+1
|
* avdtp_send returns a boolean and not a intJohan Hedberg2007-08-151-2/+3
|
* Switch to OPEN state when receiving Open accept responseJohan Hedberg2007-08-151-1/+5
|
* Fix CONFIGURED->OPEN state changeJohan Hedberg2007-08-151-2/+0
|
* STREAMING->OPEN happens first when Suspend response is receivedJohan Hedberg2007-08-151-7/+1
|
* Also call stream state callback in error situationsJohan Hedberg2007-08-141-6/+12
|
* Implement support for incoming Start commandJohan Hedberg2007-08-131-10/+71
|
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-2/+6
|
* All local SEP callbacks need a avdtp session parameterJohan Hedberg2007-08-121-10/+10
|
* Clean up protocol structsJohan Hedberg2007-08-121-38/+15
|
* Implement proper acceptor side functionalityJohan Hedberg2007-08-121-82/+224
|
* Fix set_configuration reject response error codesJohan Hedberg2007-08-121-5/+15
|
* Fix set_configuration command error checkingJohan Hedberg2007-08-121-1/+1
|
* Fix set_configuration reject responseJohan Hedberg2007-08-121-0/+1
|
* Fix DISCOVER_CMD responseJohan Hedberg2007-08-121-1/+1
|
* avdtp_unref improvementsJohan Hedberg2007-08-121-10/+21
|
* l2cap_connect doesn't have to call finalize_discovery as the caller takes ↵Johan Hedberg2007-08-121-1/+0
| | | | care of it (when getting a failure return value)
* Fix (yet again) refcounting.Johan Hedberg2007-08-121-15/+13
|
* avdtp_get_internal should not increase the refcountJohan Hedberg2007-08-111-1/+1
|
* Fix resolving local bdaddr for incoming connectionsJohan Hedberg2007-08-111-1/+1
|
* Ensure that transport channels get disconnected before the signalling channelJohan Hedberg2007-08-111-3/+3
|
* Implement support for receiving the Close commandJohan Hedberg2007-08-111-3/+57
|