summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary watch if the connection was accepted.Luiz Augusto von Dentz2009-03-051-0/+3
* Set avdtp session watch to low priority.Luiz Augusto von Dentz2009-03-051-2/+12
* Cleanup pending request queue after before freeing streamJohan Hedberg2009-02-261-0/+33
* Fix stream rejection size checkJohan Hedberg2009-02-261-1/+1
* Fix memory leakJohan Hedberg2009-02-241-1/+5
* Fix stream channel closingJohan Hedberg2009-02-241-4/+3
* Don't call g_io_channel_shutdown if the session was removedJohan Hedberg2009-02-241-1/+0
* Close the correct GIOCHannel in avdtp_close_respJohan Hedberg2009-02-231-1/+1
* Fix connection authorization when the device is trustedJohan Hedberg2009-02-191-4/+3
* Fix finalize_discovery calls to pass correct error codeJohan Hedberg2009-02-191-2/+2
* Unify connection_lost() calling conventionsJohan Hedberg2009-02-191-6/+6
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-3/+3
* Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz2009-02-191-1/+1
* Don't dereference the session if it was closedJohan Hedberg2009-02-191-1/+3
* No need to pass connect_cb if confirm_cb is passedJohan Hedberg2009-02-191-1/+1
* Convert AVDTP code to use btio confirm_cbJohan Hedberg2009-02-191-224/+210
* Make audio plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-62/+74
* Fix authorization cancelation when connection dropsJohan Hedberg2009-02-061-7/+8
* Delay AVRCP connection when remote device connects A2DPJohan Hedberg2009-02-041-3/+5
* Set up a stream for incoming connections if the sink doesn't do itJohan Hedberg2009-02-021-1/+15
* Decrease AVDTP idle timeout to 1 secondJohan Hedberg2009-02-021-1/+1
* Fix signed/unsigned comparison issues within AVDTP/A2DP codeMarcel Holtmann2009-01-301-15/+15
* Implement AVDTP signal fragmentation supportJohan Hedberg2009-01-281-293/+487
* Don't auto-disconnect explicitly created A2DP connectionsJohan Hedberg2009-01-271-1/+14
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add another missing check for btd_device_add_uuid.Luiz Augusto von Dentz2008-12-021-1/+6
* Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz2008-11-171-9/+13
* Set stream timer in avdtp_sep_set_state instead of avdtp_suspend_respJohan Hedberg2008-10-251-4/+6
* Perform a proper abort upon stream connect failureJohan Hedberg2008-10-201-4/+8
* Check for existing STREAMING state when receiving START_RSPJohan Hedberg2008-10-191-1/+4
* Remove OPEN state change from avdtp_open_cmdJohan Hedberg2008-10-191-1/+0
* Add mechanism for adding new UUIDs from the driver sideJohan Hedberg2008-10-091-4/+6
* Check for NULL streamJohan Hedberg2008-10-091-0/+3
* Move dev->sink initialization as acceptor to correct placeJohan Hedberg2008-10-081-3/+19
* Create audio device objects on incoming connections if necessaryJohan Hedberg2008-10-081-0/+11
* Don't do double g_io_channel_unref if btd_request_authorization failsJohan Hedberg2008-10-081-2/+2
* Fix coding styleMarcel Holtmann2008-10-061-2/+1
* Cancel any pending authorization request if the connection gets dropedJohan Hedberg2008-10-061-0/+2
* Fix AVDTP_STATE_OPEN to happen only after connected and thus prevent emitting...Luiz Augusto von Dentz2008-10-011-2/+2
* Prevent passing stdin (0) as a audio transport to applications.Luiz Augusto von Dentz2008-10-011-1/+1
* Fix another potential invalid read.Luiz Augusto von Dentz2008-10-011-1/+1
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-5/+0
* Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz2008-09-081-43/+90
* Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann2008-08-191-3/+1
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-4/+5
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-32/+2
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-3/+3
* Make control.c to use bt_l2cap_listen.Luiz Augusto von Dentz2008-05-271-1/+1
* Fix problem with non const bdaddr_tMarcel Holtmann2008-05-151-2/+2
* Remove casts.Luiz Augusto von Dentz2008-05-151-5/+5