aboutsummaryrefslogtreecommitdiff
path: root/audio/avdtp.c
AgeCommit message (Expand)Author
2009-03-05Remove temporary watch if the connection was accepted.Luiz Augusto von Dentz
2009-03-05Set avdtp session watch to low priority.Luiz Augusto von Dentz
2009-02-26Cleanup pending request queue after before freeing streamJohan Hedberg
2009-02-26Fix stream rejection size checkJohan Hedberg
2009-02-24Fix memory leakJohan Hedberg
2009-02-24Fix stream channel closingJohan Hedberg
2009-02-24Don't call g_io_channel_shutdown if the session was removedJohan Hedberg
2009-02-23Close the correct GIOCHannel in avdtp_close_respJohan Hedberg
2009-02-19Fix connection authorization when the device is trustedJohan Hedberg
2009-02-19Fix finalize_discovery calls to pass correct error codeJohan Hedberg
2009-02-19Unify connection_lost() calling conventionsJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz
2009-02-19Don't dereference the session if it was closedJohan Hedberg
2009-02-19No need to pass connect_cb if confirm_cb is passedJohan Hedberg
2009-02-19Convert AVDTP code to use btio confirm_cbJohan Hedberg
2009-02-19Make audio plugin to use BtIO API.Luiz Augusto von Dentz
2009-02-06Fix authorization cancelation when connection dropsJohan Hedberg
2009-02-04Delay AVRCP connection when remote device connects A2DPJohan Hedberg
2009-02-02Set up a stream for incoming connections if the sink doesn't do itJohan Hedberg
2009-02-02Decrease AVDTP idle timeout to 1 secondJohan Hedberg
2009-01-30Fix signed/unsigned comparison issues within AVDTP/A2DP codeMarcel Holtmann
2009-01-28Implement AVDTP signal fragmentation supportJohan Hedberg
2009-01-27Don't auto-disconnect explicitly created A2DP connectionsJohan Hedberg
2009-01-01Update copyright informationMarcel Holtmann
2008-12-02Add another missing check for btd_device_add_uuid.Luiz Augusto von Dentz
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz
2008-10-25Set stream timer in avdtp_sep_set_state instead of avdtp_suspend_respJohan Hedberg
2008-10-20Perform a proper abort upon stream connect failureJohan Hedberg
2008-10-19Check for existing STREAMING state when receiving START_RSPJohan Hedberg
2008-10-19Remove OPEN state change from avdtp_open_cmdJohan Hedberg
2008-10-09Add mechanism for adding new UUIDs from the driver sideJohan Hedberg
2008-10-09Check for NULL streamJohan Hedberg
2008-10-08Move dev->sink initialization as acceptor to correct placeJohan Hedberg
2008-10-08Create audio device objects on incoming connections if necessaryJohan Hedberg
2008-10-08Don't do double g_io_channel_unref if btd_request_authorization failsJohan Hedberg
2008-10-06Fix coding styleMarcel Holtmann
2008-10-06Cancel any pending authorization request if the connection gets dropedJohan Hedberg
2008-10-01Fix AVDTP_STATE_OPEN to happen only after connected and thus prevent emitting...Luiz Augusto von Dentz
2008-10-01Prevent passing stdin (0) as a audio transport to applications.Luiz Augusto von Dentz
2008-10-01Fix another potential invalid read.Luiz Augusto von Dentz
2008-09-09Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes
2008-09-08Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz
2008-08-19Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann
2008-08-18Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz
2008-06-17Fix authorization mechanism for 3.x.Luiz Augusto von Dentz
2008-05-29Replace struct device with struct audio_deviceMarcel Holtmann
2008-05-27Make control.c to use bt_l2cap_listen.Luiz Augusto von Dentz
2008-05-15Fix problem with non const bdaddr_tMarcel Holtmann
2008-05-15Remove casts.Luiz Augusto von Dentz